Closed sjdemartini closed 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
npm
only-allow
Thanks man! This rte is by far the slickest ive come across, but this was a show stopper. Thank you!!
Thanks @lcarlso2, I appreciate it, and thanks for reporting the bug! This fix is in v1.8.2, just published!
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 theonly-allow
goes into effect even when installing the package as a dependency: https://github.com/pnpm/only-allow/issues/13