RXNT / react-jsonschema-form-conditionals

react-jsonschema-form-conditionals
Apache License 2.0
101 stars 46 forks source link

Incompatible with @rjsf/core@2.0.0 #77

Open ivarprudnikov opened 4 years ago

ivarprudnikov commented 4 years ago

react-jsonschema-form was renamed to @rjsf/core in v2 thus imports are failing.

./node_modules/react-jsonschema-form-conditionals/lib/rulesRunner.js
Module not found: Can't resolve 'react-jsonschema-form/lib/utils' in '/foo/bar/node_modules/react-jsonschema-form-conditionals/lib'
ivarprudnikov commented 4 years ago

Went with a fork https://github.com/ivarprudnikov/rjsf-conditionals

calpa commented 4 years ago

@ivarprudnikov can you provide a pull request?

ivarprudnikov commented 4 years ago

Unfortunately fork moved ahead of just being a fork. https://www.npmjs.com/package/rjsf-conditionals

What I'm saying is that there are too many changes that include more than just compatibility. There are build changes and updated playground website, in addition to numerous dependency changes.