Error shown on the SFC playground
Version
3.2.26
Reproduction link
Steps to reproduce
On Firefox 95.0.2 and on Windows 10. Go on any SFC playground.
What is expected?
No error at startup
What is actually happening?
It shows an error
Firefox throws an error as part of es-module-shims' feature detection process - it is an expected error, so we filter it in @vue/repl
based on the message. But you are using a non-English version of FF that throws the error in another language, so it is not able to filter it. It doesn't really affect the usage though.
There might be a better way to avoid showing this error but that is a @vue/repl
issue.
Thank you for your anwser. Here the line: https://github.com/vuejs/repl/blob/0c920ea68df0dda814ebf10b3747e43ade928cf7/src/output/srcdoc.html#L107 If someone find something to do..