Subscribe on changes!

SFC Playground buttons broken

avatar
Jun 23rd 2023

Vue version

Latest main branch, https://github.com/vuejs/core/commit/124160e417015ed55afc2e7a9207429ff4eaebb4 - (3.3.4)

Link to minimal reproduction

https://play.vuejs.org/

Steps to reproduce

A new version of the Vue SFC Playground has just been released, https://github.com/vuejs/core/commit/124160e417015ed55afc2e7a9207429ff4eaebb4.

Clicking on the PROD/DEV or SSR buttons causes the editor to crash. It doesn't seem to matter what code is in the editor, the default App.vue exhibits the problem.

What is expected?

The buttons should work.

What is actually happening?

TypeError: Cannot read properties of undefined (reading 'code')

TypeError: Cannot destructure property 'filename' of 'undefined' as it is undefined.

image

System Info

No response

Any additional comments?

It's also unclear to me whether light mode has intentionally been removed.

avatar
Jul 27th 2023

cannot reproduce anymore, was fixed by the above PR. please close this issue.