forked from fawmi/vue-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Uncaught SyntaxError: ambiguous indirect export: default #10
Labels
duplicate
This issue or pull request already exists
Comments
It seems to be related to: import equal from '/node_modules/fast-deep-equal/index.js?v=290a8b6e'; |
So it seems related to: #4 |
It seems that their exports are broken with
|
NathanAP
added
bug
Something isn't working
waiting
We need more info about it or we are waiting for something else
labels
Oct 20, 2022
I used the hack to make it work as I am using |
NathanAP
added
duplicate
This issue or pull request already exists
and removed
bug
Something isn't working
waiting
We need more info about it or we are waiting for something else
labels
Nov 4, 2022
I will close this as it really seems related to #4 . If this still ocurring later we will reopen it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what you're reporting
After installing the package, adding it to my
app.ts
by importing andapp.use
I am getting the errorUncaught SyntaxError: ambiguous indirect export: default
in my console and the application does not load - if I remove theapp.use
the error goes away but of course I cannot use the package then.How can we reproduce it?
Show us how to reproduce the bug.
Example:
app.ts
the way it's shown in the docsWhat were your expecting to happen?
A description of the expected behavior.
No error, able to use the components
What happened?
A description of the actual behavior.
Got an error
Screenshots
You can send screenshots to help express what you want to show us.
Device or enviroment
8.15.0
3.2.40
0.1.4
Additional context
You also can add more context for your situation here. Feel free to express whatever you think its important.
The text was updated successfully, but these errors were encountered: