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

Nuxt 3. Named export 'MarkerClusterer' not found. #191

Open
widianapw opened this issue Jun 30, 2023 · 4 comments
Open

Nuxt 3. Named export 'MarkerClusterer' not found. #191

widianapw opened this issue Jun 30, 2023 · 4 comments

Comments

@widianapw
Copy link

widianapw commented Jun 30, 2023

Hi, I was facing this issue:
The requested module '@googlemaps/markerclusterer' is a CommonJS module, which may not support all module.exports as named exports.

Nuxt 3
@fawmi/vue-google-maps version ^0.9.79

This happened after build and run start

Please help, thankyou

@bayramorhan
Copy link

it works in my case after building.
"@fawmi/vue-google-maps": "0.9.72"

@savy-91
Copy link

savy-91 commented Sep 5, 2023

I confirm, it stops working since version 0.9.73

@eliecer2000
Copy link

+1

@eliecer2000
Copy link

Hello, doing some research I found the solution, the way we are implementing it as a plugins for client / server, you must change the name to only use it for client.

example:

vueGoogleMaps.ts
vueGoogleMaps.client.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants