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
More info: We discovered that the root cause is related to the fact that some types (specially arrays) takes more time to render on RJSF, replacing T[] to T[] | null makes it faster somehow
More info: We discovered that the root cause is related to the fact that some types (specially arrays) takes more time to render on RJSF, replacing T[] to T[] | null makes it faster somehow
What do you think about move this question to the rjsf-team? Maybe they can give us an explanation why this is slow and give us a better explanation about slow schemas
To replicate, paste this schema:
https://gist.github.com/guitavano/13e1915976b7d746eeb64270db554aaa
On playground:
https://rjsf-team.github.io/react-jsonschema-form/
The text was updated successfully, but these errors were encountered: