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
Currently, given a JSON Schema not supported by json-schema-form, the error message is hard to understand and trace back to where the problem originates from.
Solution
Evaluate a JSON Schema structure before trying to parse it, to spot and warn about invalid types.
Problem
Currently, given a JSON Schema not supported by
json-schema-form
, the error message is hard to understand and trace back to where the problem originates from.Solution
Evaluate a JSON Schema structure before trying to parse it, to spot and warn about invalid types.
For example, in this #21 , the error should be:
Investigate the possibility of using TypeScript, Zod, or any other typing tool for this type check.
The text was updated successfully, but these errors were encountered: