You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]
npm ERR! peer dep missing: react-dom@^15.6.1, required by [email protected]
So I'm assuming that formsy-material-ui hasn't been tested past React 15 ..
The text was updated successfully, but these errors were encountered: