-
Notifications
You must be signed in to change notification settings - Fork 47k
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 in 16 beta: undefined is not a function (evaluating 'owner.getName()') #10443
Comments
I'd like to take this issue. |
@iansu Cool, it's yours. This will help us release 16 stable. |
Cool! I would like it too, but I have arrived too late |
Ahh @iansu it looks like we skipped over you after you claimed it. Really sorry about that. @iansu @GabrielAmazonas Is one of you interested in writing a test that would have caught this? It can be added to |
@iansu Oh I'm so sorry, I didn't realize it was a different person :( Should have paid closer attention, my bad |
@acdlite! Yes, totally! Should I make a PR directly? |
This line is wrong in Fiber and crashes:
react/src/renderers/native/findNodeHandle.js
Line 79 in 58e6ede
It should be changed to use getComponentName(owner).
The text was updated successfully, but these errors were encountered: