Nick Grosenbacher
Nick Grosenbacher
Also experiencing this in a webpack bundle. Using yarn, I added to my package.json `resolutions` field as a workaround: ```json "resolutions": { "goober": "2.1.9", "react-hot-toast": "2.2.0" } ```
The validator will be decoupled from `@rjsf/core` in v5 thanks to work by @heath-freenome. If you want to add a validator to the repo, or recognize optimizations that can be...
@ranihorev when I open your playground, the schema and rendered form don't seem to update when switching between example tabs.
LGTM once contributing.md is updated!
Converting this PR to a draft because while I think my changes in [`78fc62c` (#2466)](https://github.com/rjsf-team/react-jsonschema-form/pull/2466/commits/78fc62c971b8e5b19abcf86513ebc868ce39c614) are a step forward, I think it's going to break some things and I don't...
Thanks for taking a look @jimmycallin! > Currently if you type a value in a conditional field, and then change the parent such that the field is removed, the value...
I don't yet want to close this because I think there's still some value in my changes, but I think https://github.com/rjsf-team/react-jsonschema-form/pull/2506 is a better foundation. I'll see if I can...
@AlimovSV I tried to tackle this some time ago with tons of memoization, and mapping schemas to compiled validators: https://github.com/rjsf-team/react-jsonschema-form/pull/2466. I had the same takeaway as you finding that conditional...
#2693 is done, so we would be happy to accept a PR in the validator/ajv-8 repo in v5 @lpillonel @AlimovSV
#3663 should at least partially address this with an experimental fix in 5.X. We'd plan to remove the experimental prefix in v6.0