vue-google-maps icon indicating copy to clipboard operation
vue-google-maps copied to clipboard

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

Open urameshibr opened this issue 1 year ago • 1 comments

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')

  1. 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)

urameshibr avatar Nov 04 '23 14:11 urameshibr

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

josuelrocha avatar Nov 06 '23 19:11 josuelrocha