Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"export 'default' (imported as 'deepdash') was not found in 'deepdash' #77

Closed
GaborTorma opened this issue Oct 25, 2020 · 5 comments
Closed
Labels
bug Something isn't working

Comments

@GaborTorma
Copy link

After installing 5.3.2 a received this error message in client side:

"export 'default' (imported as 'deepdash') was not found in 'deepdash'

To downgrading to 5.3.0 is everything works.

@YuriGor
Copy link
Owner

YuriGor commented Oct 25, 2020

Hi, thanks for the report!
How to reproduce? I mean what is your setaup, is it deepdash or deepdash-es? Do you use webpack or whatever bundler?

@GaborTorma
Copy link
Author

GaborTorma commented Dec 6, 2020

Reproduction code:

import lodash from 'lodash'
import deepdash from 'deepdash'

const _ = deepdash(lodash)

@YuriGor
Copy link
Owner

YuriGor commented Dec 6, 2020

Ok, thank you, now I see.
https://codesandbox.io/s/deepdash-issue77-lfjfy

@YuriGor
Copy link
Owner

YuriGor commented Apr 18, 2021

Hi @GaborTorma ! Sorry for long fix)
Could you please test v5.3.7?
'deepdash' package should work now both as commonjs and as es module..
'deepdash-es' should also work but for imports only.

@YuriGor
Copy link
Owner

YuriGor commented Apr 21, 2021

Ok, since I reproduced problem and now it's gone - closing this issue, lmk if something still wrong.

@YuriGor YuriGor closed this as completed Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants