-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 v19] Components cannot be used as JSX components #1853
Comments
I'm using Nextjs 15 with React v19 and have exact same issue |
@ringge did you solve this issue? |
Hi not yet, I couldn't think of any way to solve it. Had to temporarily switch back to Next 14 |
@baba43 you mean besides adding |
Either the latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there,
since I could not find any issue on the topic, let me share my experience with the upcoming React v19 and your awesome
react-virtualized
library:Several components, such as
InfiniteLoader
&Grid
, are seemingly incompatible with React's latest changes.Steps to reproduce
The text was updated successfully, but these errors were encountered: