We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bd18d commit d72be92Copy full SHA for d72be92
.config/rollup.config.js
@@ -18,6 +18,12 @@ export default {
18
* Can't import the named export 'useContext' from non EcmaScript
19
* module (only default export is available)
20
*
21
+ * This error occurred in a Webpack 4 app (Create React App). We can
22
+ * hopefully remove the `interop` key if React decides to publish an
23
+ * ES module and/or Webpack 4 usage declines.
24
+ *
25
+ * -----
26
27
* Here is the Rollup documentation on `defaultOnly`:
28
29
* Named imports are forbidden. If such an import is encountered,
0 commit comments