im pretty much getting this for most imports :
Directory import 'C:\Users\R.Darabi\WebstormProjects\cst.core.remixpanel\node_modules@mui\material\styles' is not supported resolving ES modules imported from C:\Users\R.Darabi\WebstormProjects\cst.core.remixpanel\build\index.js
Did you mean to import @mui/material/node/styles/index.js?
#\@mui\material\CssBaseline' is not supported resolving ES modules
1 messages · Page 1 of 1 (latest)
Check if it's a problem from the package you're using with one of this two tools:
Lint npm packages to ensure widest compatibility across environments.
If it's a package problem, then search on them issues and see if there's some way to address it
If not, report it 🙂
thanks for the help. i checked, its not a problem with the package. how can i report it?
Sorry, I may have worded in the wrong way previously: I meant that if it was a problem with the package and not a problem with your configuration, then you should report it to the package. I don't think this is a Remix problem. The next step if it was not a problem with the package is to analyze your configuration
You already show TS and Remix config , what about package.json ?