NewOldMax / react-form-validator-core

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

Remove (or make optional) create-react-context dependency #102

Closed TomasChmelik closed 3 weeks ago

TomasChmelik commented 3 months ago

The create-react-context library appears to be abandoned and has peer dependency for React 14, 15 and 16 (causeing peer depenceny issue when installing this library).

Use React.createContext instead?

NewOldMax commented 3 weeks ago

done