-
Notifications
You must be signed in to change notification settings - Fork 33
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
Requested module 'fast-deep-equal' does not provide an export named 'default' #4
Comments
Do you try this 148 Or for this fork add this to vite.config.js:
Working for me. |
Yes this works. but this is hack not solution |
The original problem in the package marker cluster. Maybe somebody can fix it there. Until then we can just extend the documentation that we need to write in vite.config |
I will make a change in the docs until they fix it. Meanwhile we can hope that they'll fix it soon. edit: update is up. We can keep an eye on that issue to see whats going on. |
If anyone uses with Quasar (vite) and has this problem i fixed like this
|
How i can solve this problem on nuxt 3? |
Hello @Dante3003 , you can try looking in #33 |
It would be awesome, if everybody could upvote this comment, so that this issue gets resolved quicker 👍 |
The issue got moved to priority "P1". |
Thats great to hear! Lets keep our eyes on it, I'm sure it will be resolved ASAP |
For anyone who use |
With this solution, it didn't work for me. I had to delete "vue-google-maps-community-fork" And works fine. |
This issue is the same as Fawmi's repo.
Original content:
Describe the bug
With version 0.9.79, there is something broken related to default exports, as I'm receiving this message in the console that breaks everything in my app:
The requested module '/node_modules/fast-deep-equal/index.js?v=dfdb27d1' does not provide an export named 'default'
It is fixed once I downgraded to 0.9.67
The text was updated successfully, but these errors were encountered: