Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
react-dom is external peerDependency, just like react.
fixes version conflicts, e.g. I got an error Uncaught TypeError: this.updater.enqueueCallback is not a function when using setState callback because I use React 16.x and react-jsonschema-form bundled react-dom 15.x See facebook/react#10320 (comment)
- Loading branch information