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

Temporarily disable suspending during work loop (#30762) #31193

Closed
wants to merge 1 commit into from

Commits on Oct 11, 2024

  1. Temporarily disable suspending during work loop (#30762)

    ### Based on
    
    - #30761
    - #30759
    
    ---
    
    `use` has an optimization where in some cases it can suspend the work
    loop during the render phase until the data has resolved, rather than
    unwind the stack and lose context. However, the current implementation
    is not compatible with sibling prerendering. So I've temporarily
    disabled it until the sibling prerendering has been refactored. We will
    add it back in a later step.
    
    [ghstack-poisoned]
    mofeiZ committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1b1ad81 View commit details
    Browse the repository at this point in the history