forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #796 from bvaughn/update-react-devtools
Update React DevTools backend from 4.17.0 to 4.24.3 Relates to frontend PR replayio/devtools#6075 This commit updates the React DevTools (Firefox) `react_devtools_backend.js`: * From: version 4.17.0 (created on 08/24/2021 from revision b9964684bd8c909fc3d88f1cd47aa1f45ea7ba32) * To: version 4.24.3 (created on 03/29/2022 from revision adb8ebc927ea091ba5ffba6a9f30dbe62eaee0c5) This commit also updates `hook.js` by doing the following: * Opened `packages/react-devtools-shared/src/hook.js` in the React repo. * Stripped the Flow annotations from the file (using the Babel REPL for convenience.) * Manually added the `__DEV__`, `__EXTENSION__`, and `__TEST__` constants at the top of the file. * Manually deleted the import statement at the top of the file. * Manually re-add the `exports.installHook = installHook;` statement at the end of the file.
- Loading branch information
Showing
3 changed files
with
7,382 additions
and
5,856 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.