Skip to content

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

@urameshibr

Description

@urameshibr

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions