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
Thanks although I'm not sure there is much we can do here apart from manually patching the generated file and publishing a new patch.
A better fix would be to change the minifier behavior
Version
3.0.2
Reproduction link
https://codepen.io/horseluke/pen/LYZxGrv
Steps to reproduce
What is expected?
Both step 2 and step 4 are work as all.
What is actually happening?
Step 2 run failed. It will throw "SyntaxError: Cannot declare a let variable twice: 'e'. vue@3.0.2/vue.global.prod.js:1:0"
Step 4 works OK.
There is a bug on Safari 10 (iOS 10). In Vue 3.x, Minified js file will trigger this problem.
More detail and References can be found here:
online-go/online-go.com#758
https://bugs.webkit.org/show_bug.cgi?id=171041
The text was updated successfully, but these errors were encountered: