[Vue warn]: Error in nextTick: "InvalidCharacterError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('[object HTMLDivElement]') contains the invalid name-start character '['."
after element.append(...editor.options.element.childNodes);
Which browser was this experienced in? Are any special extensions installed?
What’s the bug you are facing?
After initializing componet i receive:
[Vue warn]: Error in nextTick: "InvalidCharacterError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('[object HTMLDivElement]') contains the invalid name-start character '['."
after
element.append(...editor.options.element.childNodes);
Which browser was this experienced in? Are any special extensions installed?
How can we reproduce the bug on our side?
npm install @tiptap/vue-2 @tiptap/starter-kit
paste your example in vue component and execute
Can you provide a CodeSandbox?
No response
What did you expect to happen?
Render tiptap
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?