vue-google-maps
vue-google-maps copied to clipboard
fast-deep-equal does not provide an export named 'default'
Describe the bug Error when importing lib.
To Reproduce Steps to reproduce the behavior:
- 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')
- That code causes an error:
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):
- OS: MacOS Ventura 13.4
- Browser: Google Chrome
- Version: Version 118.0.5993.117 (oficial version) (arm64)
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