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] Inject Client Into DevTools #30910

Merged
merged 3 commits into from
Sep 9, 2024

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    da3471d View commit details
    Browse the repository at this point in the history
  2. Add Flight renderer

    This represents a virtual renderer that connects to the Flight Client.
    
    This will initially only be used to track console logs but could be expanded to more.
    sebmarkbage committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f046fe9 View commit details
    Browse the repository at this point in the history
  3. Inject Flight Client getCurrentComponentInfo into DevTools in DEV

    We could inject it in prod too but so far the only feature this exposes is
    only available in DEV anyway.
    
    I also only call injectIntoDevTools in the browser builds since we don't
    really support DevTools on the server.
    sebmarkbage committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    92f46d9 View commit details
    Browse the repository at this point in the history