-
Notifications
You must be signed in to change notification settings - Fork 47.6k
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
[bug][16.5] broke React Native for Web #13589
Comments
On the topic, react/packages/react-dom/src/unstable-native-dependencies/ReactDOMUnstableNativeDependencies.js Lines 13 to 20 in 12f3a54
But it doesn't appear to be used at all. Does this still need to be exposed? |
You're right, that other API is not being used and I don't think it ever was. (I'm not sure what that API is for, i.e., whether it should be used for something) |
I didn't see the changes in react-native-web#1106, which update RNW to use |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
React Native for Web was broken by 16.5 as describe here due to this change #13539
What is the expected behavior?
Release a version of React that exports the EventPluginHub.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
Worked in 16.4
The text was updated successfully, but these errors were encountered: