You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked out this issue? #148
I just started using this package and had the same problem and the solution in above mentioned issue worked for me
Hello,
I am trying to use this package in a Vue 3 (Vite) TS application but I have this error:
Uncaught SyntaxError: ambiguous indirect export: default
After installing the package (
npm install -S @fawmi/vue-google-maps
), I added the following to mymain.ts
file:When trying to start the application (
npm run dev
), I get the error mentioned above in the Console.Vue:
^3.3.4
Vite:
^4.3.9
TypeScript:
~5.0.4
The text was updated successfully, but these errors were encountered: