Multiple linkifyjs: already initialized errors
Describe the bug I see multiple instances of "linkifyjs: already initialized" error in the browser's console after updating to 0.24.2.
linkifyjs: already initialized - will not register custom scheme "callto" until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time. registerCustomProtocol @ linkify.es.js:1754 (anonymous) @ link.ts:224 onCreate @ link.ts:222 (anonymous) @ EventEmitter.ts:29 emit @ EventEmitter.ts:29 createViewAlternative @ BlockNoteTipTapEditor.ts:188 (anonymous) @ BlockNoteTipTapEditor.ts:202 (anonymous) @ BlockNoteEditor.ts:603 (anonymous) @ BlockNoteView.tsx:212
Misc
- Node version: 22.14.0
- Package manager: Yarn
- Browser: Chrome
I've updated to 0.25.2 and the issue is still there.
Could you share a reproducible sandbox for this? (i.e.: stackblitz example)
Have the same issue here
Closing as long as there's no example