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

[Flight] Use lazy ID if referenced model chunk was not emitted yet #28620

Closed
wants to merge 4 commits into from

Commits on Mar 23, 2024

  1. Add a test for issue facebook#28595

    The added test, intended to fail and reproduce the [reported
    issue](facebook#28595), unexpectedly
    passes in its current state. I see three possible reasons:
    
    1. The bug report could be invalid.
    2. How I've structured the test might be insufficient to replicate what
       `ai/rsc` is doing.
    3. Something in the test setup could be masking the actual error.
       (Maybe related to fake timers?)
    
    If the problem lies in reason 2 or 3, this test could possibly serve as
    a foundation for further investigation.
    unstubbable committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    84a9438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a1799 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f35986 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    3b41b85 View commit details
    Browse the repository at this point in the history