You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Suddenly the "link" component in tiptap throws an error.. I'm not sure when this happened... 😕
The text was updated successfully, but these errors were encountered: