formsy / formsy-material-ui

A Formsy compatibility wrapper for Material-UI form components
MIT License
571 stars 149 forks source link

not compatible with React 16.3.1 #247

Open andrewlorenz opened 6 years ago

andrewlorenz commented 6 years ago

I'm getting a Uncaught TypeError: this.setValue is not a function when I try to use <FormsyText /> within a <Formsy> form on React 16.3.1

npm list shows this:

npm ERR! peer dep missing: react@^15.6.1, required by formsy-material-ui@0.6.3 npm ERR! peer dep missing: react-dom@^15.6.1, required by formsy-material-ui@0.6.3

So I'm assuming that formsy-material-ui hasn't been tested past React 15 ..

logemann commented 6 years ago

Can be. I am also on React 16 and my error says that this libs want "create-react-app" as library. Of course its no dependency per NPM and it just tries to require it in the code. Wont go further with this lib. Seems not maintained anymore.