pinia 2.0.19+ incompatible with older browsers #1626
Unanswered
samardzicneo
asked this question in
Help and Questions
Replies: 1 comment 3 replies
-
An error stack trace would be helpful to find where the error comes from. Most of the time, it's a syntax error, so it should be easier to create a PR for this |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction
-
Steps to reproduce the bug
Expected behavior
Everything should work as it would with older versions of pinia.
Actual behavior
There is a usage of "const" in the source which means that the browser will refuse to read the entire bundle -> broken application.
Additional information
Updating to a newer browser is not possible because Chrome 34 is the only browser available on older LG TVs, which we are developing for.
Beta Was this translation helpful? Give feedback.
All reactions