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

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

Open
urameshibr opened this issue Nov 4, 2023 · 1 comment
Open

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

urameshibr opened this issue Nov 4, 2023 · 1 comment

Comments

@urameshibr
Copy link

urameshibr commented Nov 4, 2023

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)
@josuelrocha
Copy link

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

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

2 participants