-
-
Notifications
You must be signed in to change notification settings - Fork 344
Not working in Edge 18 #329
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
Comments
WeakMap is indeed necessary for vuexfire. I listed it in the readme but it's not on the documentation: https://github.com/vuejs/vuefire/tree/master/packages/vuexfire#browser-support / https://vuefire.vuejs.org/vuexfire/getting-started.html#installation But WeakMap is supported on Edge, so there must be something else
|
@posva Add a I'm using browserstack by the way. |
@JFGHT can you remove all the typescript stuff, the router and sass please, they shouldn't be necessary for the repro |
Done. I included Vuex though, since it's how I reproduce the error. |
It turns out some of the transpiration wasn't correctly done so I changed the rollup config. There is a new version released |
I'm checking the compatibility across different web browsers for my app and I found out that
Vuexfire
is not working on the last version of Microsoft Edge.The error I'm getting is
script1028 expected identifier string or number
only by writing the actions:I'm also trying to track down what is the part of code that is causing the trouble so I could add some babel polyfill or something but the logs are not so helpful.
Edit:
Looks like it was about
WeakMap
, acording to Vuexfire docs.I'm trying this:
Cannot make it work.
The text was updated successfully, but these errors were encountered: