dopenote
dopenote copied to clipboard
Tiptap Link component doesn't work
Suddenly the "link" component in tiptap throws an error.. I'm not sure when this happened... 😕
[Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'href' of undefined"
found in
---> <EditorContent> at resources/js/components/EditorContent.vue
<Root>
warn @ app.js:44094
logError @ app.js:45353
globalHandleError @ app.js:45348
handleError @ app.js:45308
invokeWithErrorHandling @ app.js:45331
invoker @ app.js:45648
original._wrapper @ app.js:51007
app.js:45357 TypeError: Cannot read property 'href' of undefined
at app.js:30535
at apply (app.js:34020)
at Object.commands.<computed> (app.js:34032)
at click (app.js:42916)
at invokeWithErrorHandling (app.js:45323)
at HTMLButtonElement.invoker (app.js:45648)
at HTMLButtonElement.original._wrapper (app.js:51007)