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
Assigning a list to the top level type field (eg. {..."type": ["object"] ... } vs. {... "type": "object" ... } caused duplicate title and description texts for the form to appear. (The reason for doing this is because we are auto generating json schema forms in our code base and have type set to a List of Strings to support nullable types)
Steps to Reproduce
Set the top level type to a list of string types instead of a single string
Expected behavior
Title and description are not duplicated.
Actual behavior
Title and description are duplicated.
Version
You can usually get this information in your package.json or in the file URL if you're using the unpkg one.