-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin config update react-jsonschema-form #518
Conversation
Including monorepo code |
So this is Work In Progress, not to be merged? I would have preferred unrelated stuff, like react-jsonschema-form version bump, separately. |
I can just remove those commits. |
acac818
to
9ff4b80
Compare
Okay, I think that worked. Removed extra commits. I did the following.
|
What kind of issues did you have with json loader? I assume it was there for a reason, but I can't vouch for that. |
The webpack config was probably copy pasted from somewhere else. Since webpack >= v2.0.0, importing of JSON files will work by default so it's not needed. |
The problem was on
It's an easy enough fix if the json loader is required but I don't see how it is. |
I merged this as 5b21320, 5c2f760 and bd17c22.
Thanks! |
I noticed
react-jsonschema-form
was outdated so I updated. It moves to 1.x. The breaking change looks to be a switch to the ajv validator (rjsf-team/react-jsonschema-form/pull/711).I needed the update because of some conditional field things I was trying to do.
The package-lock for the main app got an update based on previous changes to package.json.