Subscribe on changes!

Error shown on the SFC playground

avatar
Dec 22nd 2021

Version

3.2.26

Reproduction link

sfc.vuejs.org/

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 image

avatar
Dec 23rd 2021

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.

avatar
Dec 23rd 2021

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..