casesandberg / react-color

:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
http://casesandberg.github.io/react-color/
MIT License
12.05k stars 922 forks source link

Module not found: Can't resolve '@icons/material/UnfoldMoreHorizontalIcon' #904

Open VenoM9078 opened 3 months ago

VenoM9078 commented 3 months ago

image

As the image depicts, I'm using Nextjs v14 - and npm install'ed a project I had worked on, from an year ago.

It uses "react-color": "^2.19.3", and I'm constantly getting this "Module not found" error on the icon, which seems to be an MUI Icon, that is no longer there?

Please confirm if this is indeed a bug that needs to be looked at.

ghost1face commented 1 month ago

I received the same error today, I looked at the directory in my node_modules and noticed that all files weren't present. I removed node_modules and reinstalled and everything was fine