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

Moved named hooks code (and tests) from react-devtools-extensions to react-devtools-shared #22260

Merged

Commits on Sep 7, 2021

  1. Moved named hooks code (and tests) from react-devtools-extensions to …

    …react-devtools-shared
    
    Note that this is purely a move. It does not update any paths/configs/etc. This is to make it easier to review, but it also means that this commit breaks the code temporarily.
    Brian Vaughn committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    763cd46 View commit details
    Browse the repository at this point in the history
  2. Run 'yarn update-mock-source-maps' on generated code

    This changes the format of files slightly (e.g. removes Facebook copyirght headers, slightly different Prettier formatting) but all tests pass.
    Brian Vaughn committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    35da492 View commit details
    Browse the repository at this point in the history
  3. Update packages, imports, and configs for new named hooks location

    This is the commit that should be reviewed.
    Brian Vaughn committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    7fa3ab6 View commit details
    Browse the repository at this point in the history