Open andrewlorenz opened 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.
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.1npm 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 ..