fawmi / vue-google-maps

Reactive Vue 3 components for Google maps
https://vue-map.netlify.app
MIT License
197 stars 103 forks source link

fast-deep-equal does not provide an export named 'default' #204

Open urameshibr opened 1 year ago

urameshibr commented 1 year ago

Describe the bug Error when importing lib.

To Reproduce Steps to reproduce the behavior:

  1. in main.ts
    
    import { createApp } from 'vue'
    import VueGoogleMaps from "@fawmi/vue-google-maps";

const app = createApp(App)

app.use(VueGoogleMaps, { load: { key: 'my_key', } }) app.mount('#app')

2. That code causes an error:
```text
Uncaught SyntaxError: The requested module '/node_modules/fast-deep-equal/index.js?v=a712d549' does not provide an export named 'default' (at index.esm.js?v=a712d549:1:8)

Expected behavior components available for use.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

josuelrocha commented 1 year ago

This package is abandoned, please use the community fork: https://github.com/NathanAP/vue-google-maps-community-fork

Here is the solution to your problem: https://github.com/NathanAP/vue-google-maps-community-fork#if-you-are-configuring-your-project-please-notice