Closed sockdrawermoney closed 1 month ago
Got this when playing with this in another project:
Module not found: Can't resolve 'react-toastify/dist/ReactToastify.min.css'
Deleted my previous replie/s 😂 -- the component library doesnt use toasts at all as far as im aware, so this will trace back to something else being the source of the problem in the project you are working on but the following should fix it:
@import "react-toastify/dist/ReactToastify.min.css";
Yeah I was not using toasts, so this was just a weird error to get. I assumed it was the component library, but guess not!
Got this when playing with this in another project:
Module not found: Can't resolve 'react-toastify/dist/ReactToastify.min.css'