react-redux-firebase icon indicating copy to clipboard operation
react-redux-firebase copied to clipboard

doesnt work

Open Am0stafa opened this issue 3 years ago • 3 comments

Do you want to request a feature or report a bug?

(If this is a usage question, please do not post it here—post it on gitter. If this is not a “feature” or a “bug”, or the phrase “How do I...?” applies, then it's probably a usage question.)

What is the current behavior?

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox or similar.

What is the expected behavior?

Which versions of dependencies, and which browser and OS are affected by this issue? Did this work in previous versions or setups?

Am0stafa avatar Sep 23 '22 16:09 Am0stafa

On React 18 this is indeed not working. But you need to provide more information for this to be helpful.

Saturate avatar Oct 10 '22 08:10 Saturate

This library doesn't work with React 18? Bummer.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
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@"^16.3.0 || ^17.0.0" from [email protected]
npm ERR! node_modules/react-redux-firebase
npm ERR!   react-redux-firebase@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry

liquidvisual avatar Oct 17 '22 01:10 liquidvisual

This library doesn't work with React 18? Bummer.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
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@"^16.3.0 || ^17.0.0" from [email protected]
npm ERR! node_modules/react-redux-firebase
npm ERR!   react-redux-firebase@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry

Nope, tried to update dependencies for a older project, and it's indeed stuck on react 17.

Saturate avatar Oct 17 '22 09:10 Saturate