Saul-Mirone / prosemirror-adapter

Universal adapter to create prosemirror nodeview from modern UI frameworks.
MIT License
103 stars 9 forks source link

Infinite recursion with Vue example #98

Open vladimmi opened 4 weeks ago

vladimmi commented 4 weeks ago

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.