SFC Playground buttons broken
Vue version
Latest main
branch, https://github.com/vuejs/core/commit/124160e417015ed55afc2e7a9207429ff4eaebb4 - (3.3.4)
Link to minimal reproduction
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.
System Info
No response
Any additional comments?
It's also unclear to me whether light mode has intentionally been removed.
Related to https://github.com/vuejs/repl/pull/107