sjdemartini / mui-tiptap

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

Module not found: Can't resolve '@mui/icons-material/Checklist' #166

Closed mydoooom closed 1 year ago

mydoooom commented 1 year ago
Screenshot 2023-10-03 at 17 28 43

I'm trying to use mui-tiptap in my Next.js project but got this error during build time. I've got @mui/material version 5.14.11, @mui/icons-material is at 5.11.11. When can find the CheckList icon on their docs, but cannot import it in my project.

mydoooom commented 1 year ago

I'm just dumb and don't read docs thoroughly... I've installed the other dependencies and it worked.

sjdemartini commented 1 year ago

No worries, glad it's working now that that peer dependency package is installed! Thanks for following up after you resolved it