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

Revert yieldy behavior for non-use Suspense (in Flight, too) #25541

Closed
wants to merge 1 commit into from

Commits on Oct 23, 2022

  1. Revert yieldy behavior for non-use Suspense (in Flight, too)

    Same as facebook#25537 but for Flight.
    
    I was going to wait to do this later because the temporary
    implementation of async components uses some of the same code that
    non-used wakables do, but it's not so bad. I just had to inline one bit
    of code, which we'll remove when we unify the implementation with `use`.
    acdlite committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    cefba1b View commit details
    Browse the repository at this point in the history