-
-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 18 Support #1195
Comments
After trying for hours to fix 'useFirestoreConnect,' I decided to check the repo. It looks like I am not the only one experiencing this problem. I guess that's one step closer to fixing the issue ... |
We encountered the same issue with react 18 (18.2). Downgrading to react 17 fixed it! @Saturate Thanks for pointing us in the right direction. We initially installed RRF using on older version of node/npm which did not complain about peerDependencies incompatibilities. |
Is there any plans to when support React 18? I can see activity when it comes to PR's, but a year has passed since last publish according to NPM? I upgraded a couple of projects to React 18. |
It's really sad to be forced to use React 17. There's multiple functionnality that I'm eager to use in my project that are only advailable in React 18. |
I am currently experiencing this. Would like to use the new features of React 18, but am unable to. |
Really need this on React 18 :-( |
Use this until there is an official release |
EDIT: This will not work because react hooks disallow us to have multiple react versions. (and was a bad idea in general anyway) |
it's been more than 2 years, Is there any update on support React v18"It has been over two years. Is there any update regarding the support for React v18?" |
Do you want to request a feature or report a bug?
React 18 support would be nice, so that project dependencies can be bumped.
What is the current behavior?
Currently if we force it to use React 18 not all
useFirestoreConnect
listerns is kept - some of them unlisten right after they are registered. It's only some of them, I find that a bit strange - but there could be a reason for it? They are all registered in the sameuseFirestoreConnect
.What is the expected behavior?
Should work as before. And currently I'm pretty much in the dark on why that would not be the case.
Which versions of dependencies, and which browser and OS are affected by this issue? Did this work in previous versions or setups?
Same setup works fine with React 17.
The text was updated successfully, but these errors were encountered: