You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Target JSON files are currently not checked for unknown keys, so typos can easily lead to bugs. For example, a "panic_strategy": "abort" key is silently ignored because the correct key name is panic-strategy (- instead of _).
This is not a new problem, but I could not find any open issue for this. Feel free to close this if this is a duplicate.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Target JSON files are currently not checked for unknown keys, so typos can easily lead to bugs. For example, a
"panic_strategy": "abort"
key is silently ignored because the correct key name ispanic-strategy
(-
instead of_
).This is not a new problem, but I could not find any open issue for this. Feel free to close this if this is a duplicate.
The text was updated successfully, but these errors were encountered: