sjdemartini / mui-tiptap

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

Remove only-allow pre-install due to issue installing with npm #153

Closed sjdemartini closed 1 year ago

sjdemartini commented 1 year ago

Fixes https://github.com/sjdemartini/mui-tiptap/issues/152 and https://github.com/sjdemartini/mui-tiptap/issues/151. This seems to be due to a bug in only-allow that specifically affects npm, where the only-allow goes into effect even when installing the package as a dependency: https://github.com/pnpm/only-allow/issues/13

lcarlso2 commented 1 year ago

Thanks man! This rte is by far the slickest ive come across, but this was a show stopper. Thank you!!

sjdemartini commented 1 year ago

Thanks @lcarlso2, I appreciate it, and thanks for reporting the bug! This fix is in v1.8.2, just published!