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: Support mulitple DevTools instances per page #22949

Merged
merged 3 commits into from
Dec 14, 2021

Commits on Dec 14, 2021

  1. DevTools: Support mulitple DevTools instances per page

    This is being done so that we can embed DevTools within the new React (beta) docs.
    
    The primary changes here are to 'react-devtools-inline/backend':
    * Add a new 'createBridge' API
    * Add an option to the 'activate' method to support passing in the custom bridge object.
    
    To verify these changes, this commit also updates the test shell to add a new entry-point for multiple DevTools.
    Brian Vaughn committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    2e14b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c888188 View commit details
    Browse the repository at this point in the history
  3. Removed an accidental console.log

    Brian Vaughn committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    292cc1f View commit details
    Browse the repository at this point in the history