sjdemartini / mui-tiptap

A Material UI (MUI) styled WYSIWYG rich text editor, using Tiptap
MIT License
320 stars 44 forks source link

Remove Tiptap Link extension from peer deps #102

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

We don't actually directly depend on the code being imported anywhere within mui-tiptap, so it need not be listed as an explicit peer dependency. Users should still install @tiptap/extension-link if they intend to use the Link extension themselves and the associated mui-tiptap components and extensions (LinkBubbleMenu, LinkBubbleMenuHandler, etc.) as those depend on the Link extension being installed and included in the extensions array.