react-form-validator-core icon indicating copy to clipboard operation
react-form-validator-core copied to clipboard

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

Open TomasChmelik opened this issue 6 months ago • 0 comments

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?

TomasChmelik avatar Aug 07 '24 08:08 TomasChmelik