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.
1 parent 4937155 commit 8527d9dCopy full SHA for 8527d9d
packages/react-refresh/src/ReactFreshRuntime.js
@@ -470,7 +470,7 @@ export function injectIntoGlobalHook(globalObject: any): void {
470
// of DevTools integration and associated warnings and logs.
471
// Using console['warn'] to evade Babel and ESLint
472
console['warn'](
473
- 'Something has shimmed the React DevTools global hook (REACT_DEVTOOLS_GLOBAL_HOOK). ' +
+ 'Something has shimmed the React DevTools global hook (__REACT_DEVTOOLS_GLOBAL_HOOK__). ' +
474
'Fast Refresh is not compatible with this shim and will be disabled.',
475
);
476
return;
0 commit comments