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

Switch to mount dispatcher after use() when needed #26232

Merged
merged 1 commit into from
Feb 24, 2023

Commits on Feb 24, 2023

  1. Switch to mount dispatcher after use() when needed

    When resuming a suspended render, there may be more Hooks to be called that weren't seen the previous time through. Make sure to switch to the mount dispatcher when calling use() if the next Hook call should be treated as a mount.
    
    Fixes facebook#25964.
    sophiebits committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5f120bc View commit details
    Browse the repository at this point in the history