Just open it with "Open in StackBlitz" button - it renders lots of elements and stops with recursion error. Same result following it manually with current Vue and PM - fails with "Maximum call stack size exceeded". According to stack trace, it's createEditorView - editorRef - createEditorView loop.
Just open it with "Open in StackBlitz" button - it renders lots of elements and stops with recursion error. Same result following it manually with current Vue and PM - fails with "Maximum call stack size exceeded". According to stack trace, it's
createEditorView
-editorRef
-createEditorView
loop.