-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Supported Browser] Error on Firefox 68.0.1 #7
Comments
@Marimax01 Firefox does not display any errors for me. I'm using vue-azure-maps v0.0.24 and Firefox version 68.0.1 (64-bit) Windows 10. As far as I know you should not have problems with any browser. I've tested it with Chrome, Firefox, Edge and Safari. Could you provide a reproduction link or the following information: vue-azure-maps version: OS: Log messages given by the failure: Components used: |
Hi, I'm sorry for the wait. In this project I installed Axios and vue-azure-map in addition to the packages installed by vue cli. Thank you for the thanks you have given to help me. |
The problem is related to In the following code block in your
You could use
|
I saw the core-js problem but it's just by commenting in the main.ts file that it changes. With this code in my main.ts:
but when my main.ts is :
I have no error, the promise works, just by comments initialisation of vue-azure-map, i don't touch anything else of my project. |
Did you find out what the problem is? |
@Marimax01 Sorry for the late response, I have not had the time to work on this library lately. I am looking into this. The problem seems to be that the When you import the
I did not have |
@Marimax01 Upgrade to version |
Hi,
I would like to know on which browser you are testing your plugin?
Because at first I was only testing on chrome and I had no problem.
But recently I wanted to test on Firefox but I have errors with the promises.
I removed all my dependencies to see which one was making this mistake.
It seems to be yours.
A polyfills story, apparently.
It is natively supported by Firefox since its version 58.
https://caniuse.com/#search=promise
Can you give me the compatibility of the browsers with your plugin please
and make a correction if you find the same thing as me?
The text was updated successfully, but these errors were encountered: