There was an error while loading. Please reload this page.
1 parent a2c859a commit 908b3c1Copy full SHA for 908b3c1
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