When working with the IR compiler in Kotlin JS, I encountered an issue. The error message reads:
Module not found: Error: Can't resolve '@mui/icons-material/AddCircle'
Even though @mui/icons-material
is already installed, the error persists.
I have confirmed that the module is indeed installed correctly. At this point, I'm unsure about the next steps to resolve the error.