ismaelga / react-json-editor

A dynamic form component for react using JSON-Schema.
https://ismaelga.github.io/react-json-editor
MIT License
225 stars 42 forks source link

removed react peer dependency, upgraded to new react and helpers version #25

Closed newbreedofgeek closed 7 years ago

newbreedofgeek commented 8 years ago

related to #24

I've done some tests and the core feature set seems to work with react 15.0.2.

So I migrated all core react and react-tools to this version, removed peer dependency and made minor changes to react render for it to work. Also ignoring node_modules which should not be transpiled.

ismaelga commented 7 years ago

No need for this anymore. Thanks