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

[DevTools] Add DevToolsInstance to Store Stateful Information #30517

Merged
merged 3 commits into from
Jul 30, 2024

Commits on Jul 30, 2024

  1. Add DevToolsInstance to React DevTools

    This is now split into a FiberInstance (Client Component) and a
    VirtualInstance (Server Component).
    sebmarkbage committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    06eda90 View commit details
    Browse the repository at this point in the history
  2. Move forceErrorForFiberIDs/forceFallbackForSuspenseIDs to use flags o…

    …n the instance
    
    Get more use out of the instance.
    sebmarkbage committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1f3892e View commit details
    Browse the repository at this point in the history
  3. Change findCurrentFiberUsingSlowPathById to take an instance

    This ensures we can reuse an instance we already have and forces us to
    explicitly handle the VirtualInstance case.
    sebmarkbage committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    11c297e View commit details
    Browse the repository at this point in the history