Can't import the named export 'BridgeProvider' from non EcmaScript module (only default export is available)
See original GitHub issueUpgraded to 0.13.1 and now getting this error:
Can't import the named export 'BridgeProvider' from non EcmaScript module (only default export is available)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Can't import the named export XXXX from non EcmaScript ...
the solution is to make sure that you have a webpack.config.js file in the root of your project directory that looks something like...
Read more >"Can't import the named export from non EcmaScript module ...
KJS: "Can't import the named export from non EcmaScript module (only default export is available)" with react-map-gl-draw external interface. Relates to 1.
Read more >can't import the named export 'cloneelement' from non ...
I can see following bug when I install this module Can't import the named export 'cloneElement' from non EcmaScript module (only default export...
Read more >Can't import the named export from non EcmaScript module
Or if anyone is familiar with this issue and has specific advice, that'd be even better. Thanks! Simon. Here's the full build log...
Read more >webpack/webpack - Gitter
Can't import the named export 'a' from non EcmaScript module (only default export is available) ERROR in ./node_modules/@ionic/core/dist/esm/loader.mjs 7:4- ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Published: https://www.npmjs.com/package/jotai/v/0.13.2
@dai-shi I’ve not installed from codesandbox ci before, so not sure if I’ve done this correctly but, I ran the
yarn
command below and it appears to have solved the issue.yarn add https://pkg.csb.dev/pmndrs/jotai/commit/91c266cd/jotai
BTW – If there’s an easier way to have installed the PR, please let me know.
Thank you for the quick fix!