final-form / react-final-form-listeners

A collection of components to listen to 🏁 React Final Form fields
MIT License
93 stars 20 forks source link

Extending support for react 18 #41

Open nikola-rokvic opened 1 year ago

nikola-rokvic commented 1 year ago

What is the current behavior?

ERESOLVE unable to resolve dependency tree

Found: react@18.2.0
npm ERR! node_modules/react
npm ERR!   react@"^18.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^15.3.0 || ^16.0.0 || ^17.0.0" from react-final-form-listeners@1.0.3
npm ERR! node_modules/react-final-form-listeners
npm ERR!   react-final-form-listeners@"*" from the root project

What's your environment?

"react": "^18.2.0",

comet-code-andrew commented 7 months ago

Hello - is it safe to assume this package is no longer maintained?