-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
TypeError in AnimatedComponent : Cannot read property '__getValue' of undefined #18222
Comments
Same issue here |
I had this issue too and solved it by making sure my {
"devDependencies": {
"react-test-renderer": "^16.3.0-alpha.1"
}
} |
upgrading |
I'm getting the same issue
Tried updating jest and react-test-renderer but still getting the issue
|
@AlmogRnD You don’t include what RN/React version you are using, but if you think your issue is technically the same then your |
@alloy here is my versions can you tell me which versions I should be on?
|
@AlmogRnD See my earlier comment. |
I have tried all sorts of combinations of react-native, react, and react-test-renderer versions to no avail. Does anyone have any more information on the root cause of this? Or temporarily, a set of version combinations that works? Edit: got it! Looked at the failing library code, and found that I had to upgrade react-dom manually. Working for me with
|
@coffenbacher I have this working as of today try that. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
upgrading |
Based on low activity on the issue and that there is a suggested solution that has been confirmed to work, I'm closing this. |
The code above, is a very simple test, which was passing till RN 0.53.3, since we upgrade to 0.54.0 it stopped working
Environment
Environment:
OS: macOS High Sierra 10.13.3
Node: 9.3.0
Yarn: 1.5.1
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.2 Build version 9C40b
Android Studio: 3.0 AI-171.4443003
Packages: (wanted => installed)
react: 16.3.0-alpha.1 => 16.3.0-alpha.1
react-native: 0.54.0 => 0.54.0
Expected Behavior
Test should pass
Actual Behavior
Test results (
jest --coverage --runInBand --forceExit
)Steps to Reproduce
The text was updated successfully, but these errors were encountered: