We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found this while working on #10517. See #10517 (comment) for more details.
Now I know this has been fixed in #10448 but that’s not the whole story.
Even if we fixed the Stack-assuming getName() call, we still can't put arbitrary fields on a fiber:
getName()
For the reference, this is how we work around the problem in ReactDOM.
The text was updated successfully, but these errors were encountered:
Add FlowFixMe for facebook#10518
c9d711e
I'm on it.
Sorry, something went wrong.
bvaughn
No branches or pull requests
Found this while working on #10517.
See #10517 (comment) for more details.
Now I know this has been fixed in #10448 but that’s not the whole story.
Even if we fixed the Stack-assuming
getName()
call, we still can't put arbitrary fields on a fiber:For the reference, this is how we work around the problem in ReactDOM.
The text was updated successfully, but these errors were encountered: