react-json-form
react-json-form copied to clipboard
Playground: clear the errors on validation tab when schema changes
Currently, the errorMap
is not cleared when schema is changed on the validation tab. Line of concern: https://github.com/bhch/react-json-form/blob/v2.7.2/docs/src/tabs.js#L122