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] Track virtual instances on the tracked path for selections #30802

Merged
merged 2 commits into from
Aug 29, 2024

Commits on Aug 23, 2024

  1. When tracking a path inside a Suspense boundary we need to account fo…

    …r the wrappers
    
    They are included in the generated path.
    sebmarkbage committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    754cb8c View commit details
    Browse the repository at this point in the history
  2. Track virtual instances on the tracked path for selections

    The main part of the path is still just the fiber path since that's the
    semantically stateful part. Then we just tack on a few virtual path
    frames at the end if we're currently selecting a specific Server Component
    within the nearest Fiber.
    sebmarkbage committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3c505e9 View commit details
    Browse the repository at this point in the history