-
Notifications
You must be signed in to change notification settings - Fork 103
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' #152
Comments
Same here, I'm getting this error after making a |
Same here. Can't get it to work anymore. Not even with downgrading. Did that work for anybody else? How did you downgrade exactly? |
Downgrade to |
It does not even work for me with version v0.9.67 (Nuxt 3 3.0.0-rc.11). I also tried adding @googlemaps/markerclusterer in the nuxt.config.ts transpile. nuxt.config.ts
Does anyone know how to do this? EDIT: |
I have the same issue with Nuxt 3.0.0-rc.10 & package v0.9.79. Tried to downgrade to 0.9.67 but same issue. As @mrc-bsllt mentioned, this works in production but not locally. Any lead on that ? |
Try fixing the version, this way : |
This process worked :
Thanks ! |
hi @fawmi what is the package maintenance status? |
Really hope that Fawmi keeps this maintained, this package is the best to manipulate maps I found so far. |
My problem was that I had not removed '^' from the package version. |
Can you try this solution #148 (comment) |
@tahaipek with vite 3 don't work |
I'm using Vite 3.1.3. This solution worked for me. |
I can confirm this fixes the problem, thank you. |
Is it possible to sponsor the development somehow? |
Its working in Is it confirmed that it is this the expected behavior? I believe we need a confirmation by @fawmi that this repo is still being maintaned. This was the best Google Maps repo I found and it would be awesome if you guys keep it up with it. |
Worked for me, thanks. |
Thank you so much for the solution. Worked for me. |
perfect, it worked for me too. |
Thank you. Worked for me :) Follow below process
|
Guys, please read #159 |
This worked for me as well. Thanks! |
Does not work with Vite 4.2.0 |
This worked for me but the map details are hidden give the attached SS a look |
vite.config.js
|
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: