There was an error while loading. Please reload this page.
1 parent 51eb804 commit f9784bfCopy full SHA for f9784bf
packages/react-error-overlay/src/index.js
@@ -15,7 +15,7 @@ import { applyStyles } from './utils/dom/css';
15
// Importing iframe-bundle generated in the pre build step as
16
// a text using webpack raw-loader. See webpack.config.js file.
17
// $FlowFixMe
18
-import iframeScript from './iframeScript';
+import iframeScript from 'iframeScript';
19
20
import type { ErrorRecord } from './listenToRuntimeErrors';
21
import type { ErrorLocation } from './utils/parseCompileError';
0 commit comments