-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Error with createAnimatedComponent after React and React-DOM upgrade to 16.10.1 #1443
Comments
This was referenced Oct 1, 2019
necolas
added a commit
to facebook/react
that referenced
this issue
Oct 2, 2019
acdlite
pushed a commit
to acdlite/react
that referenced
this issue
Oct 3, 2019
1 task
Fixed in React v16.10.2: https://github.com/facebook/react/releases/tag/v16.10.2 |
Thanks Andrew |
@necolas We are planning to upgrade the react version to 16.10.2. When are you planning to release a build which has this fix incorporated? |
The fix is in React |
Repository owner
locked as resolved and limited conversation to collaborators
Nov 26, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The problem
https://codesandbox.io/s/goofy-paper-i3kux
In the above sandbox, I create an animated component out of
TouchableOpacity
.Until React 16.9.0, everything works fine. But after the recent 16.10.x upgrade, I am getting two console errors on hovering into the page on Chrome.
On Firefox, I get:
Expected behavior
No console error.
Environment (include versions). Did this work in previous versions?
The text was updated successfully, but these errors were encountered: