You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I have searched for similar issues in the repository and could not find any that address this specific problem.
What are you trying to achieve, or the steps to reproduce?
I am trying to start my application after successfully building it, but the application fails to start due to an error related to the @mui/material/styles module.
any other relevant information: The issue might be related to the module format (CommonJS vs. ESModules). Adjusting the import statement or build configuration could potentially resolve the issue.
The text was updated successfully, but these errors were encountered:
You have already researched for similar issues?
Yes, I have searched for similar issues in the repository and could not find any that address this specific problem.
What are you trying to achieve, or the steps to reproduce?
I am trying to start my application after successfully building it, but the application fails to start due to an error related to the
@mui/material/styles
module.Steps to reproduce:
yarn install
to install dependencies.yarn build
(completes successfully).yarn start
.What was the result you received?
The application failed to start, producing the error above.
What did you expect?
The application should start without errors after running
yarn start
.Context
The text was updated successfully, but these errors were encountered: