question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't import the named export 'BridgeProvider' from non EcmaScript module (only default export is available)

See original GitHub issue

Upgraded 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dai-shicommented, Feb 1, 2021
1reaction
n8sabescommented, Feb 1, 2021

@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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found