NewOldMax / react-form-validator-core

Core validator component for react forms
MIT License
94 stars 44 forks source link

Peer dependency for react 17 #87

Closed OmidH closed 3 years ago

OmidH commented 3 years ago

With react 17 an error appears in npm


npm ERR! node_modules/react
npm ERR!   react@"^17.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.0.0 || ^16.0.0" from react-form-validator-core@1.0.0
npm ERR! node_modules/react-form-validator-core
npm ERR!   react-form-validator-core@"*" from the root project```
NewOldMax commented 3 years ago

Thanks for reporting Fixed in 1.0.1