Skip to content

Commit 908b3c1

Browse files
author
Morten N.O. Henriksen
committed
Fix react-error-overlay lint issue
1 parent a2c859a commit 908b3c1

File tree

1 file changed

+1
-1
lines changed
  • packages/react-error-overlay/src

1 file changed

+1
-1
lines changed

packages/react-error-overlay/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { applyStyles } from './utils/dom/css';
1515
// Importing iframe-bundle generated in the pre build step as
1616
// a text using webpack raw-loader. See webpack.config.js file.
1717
// $FlowFixMe
18-
import iframeScript from 'iframeScript';
18+
import iframeScript from './iframeScript';
1919

2020
import type { ErrorRecord } from './listenToRuntimeErrors';
2121
import type { ErrorLocation } from './utils/parseCompileError';

0 commit comments

Comments
 (0)