Skip to content
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

[bugfix] Fix false positive render phase update #16907

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

acdlite
Copy link
Collaborator

@acdlite acdlite commented Sep 26, 2019

Need to reset the current "debug phase" inside the catch block. Otherwise React thinks we're still in the render phase during the subsequent event.

Need to reset the current "debug phase" inside the catch block.
Otherwise React thinks we're still in the render phase during the
subsequent event.
@sizebot
Copy link

sizebot commented Sep 26, 2019

No significant bundle size changes to report.

Generated by 🚫 dangerJS against 338a56c

@acdlite acdlite force-pushed the bugfix-debug-phase branch 2 times, most recently from 80347ff to 338a56c Compare September 26, 2019 18:50
@acdlite acdlite merged commit fad5102 into facebook:master Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants