Skip to content
New issue

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

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

Already on GitHub? # to your account

Unable to use map after follow the step #189

Open
whitersun opened this issue Jun 23, 2023 · 2 comments
Open

Unable to use map after follow the step #189

whitersun opened this issue Jun 23, 2023 · 2 comments

Comments

@whitersun
Copy link

whitersun commented Jun 23, 2023

After Following the step I got the error when setup the init in main.ts and I don't know why it happen, I don't understand this error.

Describe the bug
A clear and concise description of what the bug is.
image

Expected behavior
Should be normal not do anything when I was not use GMap or after using Gmap Components that will normal show the map.

Screenshots
image
image

Desktop (please complete the following information):

  • Browser: Brave

my GitHub project: https://github.com/whitersun/trashTime

@starkfire
Copy link

The issue is caused by fast-deep-equal. You may want to check #164 (comment) and #188.

Just include the following in your vite.config.js file:

optimizeDeps: {
    include: [
        "@fawmi/vue-google-maps",
        "fast-deep-equal"
    ]
}

@jtsaich
Copy link

jtsaich commented Nov 3, 2023

works for me

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

No branches or pull requests

3 participants