Skip to content

Commit f9784bf

Browse files
author
Morten N.O. Henriksen
committed
Revert "Fix react-error-overlay lint issue"
This reverts commit 908b3c1.
1 parent 51eb804 commit f9784bf

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)