We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
react-devtools-extension
react-devtools-inline
package.json
1 parent 96814e7 commit 43cf06dCopy full SHA for 43cf06d
packages/react-devtools-extensions/src/main.js
@@ -289,7 +289,7 @@ function createPanelIfReactLoaded() {
289
290
// TODO (Webpack 5) Hopefully we can remove this prop after the Webpack 5 migration.
291
const hookNamesModuleLoaderFunction = () =>
292
- import('react-devtools-inline/hookNames');
+ import('react-devtools-shared/src/hooks/parseHookNames');
293
294
root = createRoot(document.createElement('div'));
295
packages/react-devtools-inline/package.json
@@ -13,7 +13,8 @@
13
"dist",
14
"backend.js",
15
"build-info.json",
16
- "frontend.js"
+ "frontend.js",
17
+ "hookNames.js"
18
],
19
"scripts": {
20
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
0 commit comments