NewOldMax / react-form-validator-core

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

Polyfill library throwing react-17 dependency warning #96

Closed TJHeeringa closed 3 weeks ago

TJHeeringa commented 2 years ago

afbeelding

create-react-context throws a dependency warning. Create react context is a polyfill library, so you could consider removing it.

rstar2 commented 1 year ago

create-react-context should be removed if this react-form-validator-core is for React 17/18 , especially for the v3. It could be left for the older versions that support React16

NewOldMax commented 3 weeks ago

done