-
Notifications
You must be signed in to change notification settings - Fork 297
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
element.ref React 19 #1543
Labels
bug
Something isn't working
Comments
Same issue |
same issue.
|
The React Native ( I'm not sure whether the issue is truly within the Flashlist or Flipkart/recyclerlistview though. |
I am facing the same issues, please let me know if any updates, thanks! |
Same here! |
Same issue |
same issue |
I'm looking into this. I'll update soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.
Expected behavior
Terminal throws this error using this package, it disappears when replace it for FlatList
To Reproduce
Platform:
Environment
hermes enabled, new arch
"react": "19.0.0",
"react-native": "0.78.0",
"@shopify/flash-list": "^1.7.3",
The text was updated successfully, but these errors were encountered: