We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd248f7 commit 7796f54Copy full SHA for 7796f54
packages/react-error-overlay/src/index.js
@@ -12,6 +12,7 @@ import { applyStyles } from './utils/dom/css';
12
13
// Importing iframe-bundle generated in the pre build step as
14
// a text using webpack raw-loader. See webpack.config.js file.
15
+// $FlowFixMe
16
import iframeScript from 'iframeScript';
17
18
import type { ErrorRecord } from './listenToRuntimeErrors';
0 commit comments