79100635

Date: 2024-10-18 05:32:35
Score: 0.5
Natty:
Report link

Got the solution,

Here are the steps that I followed

  1. update the Typescript
  2. Since I have modified default MUI theme by adding custom breakpoints, I have explicitly defined the types for it in separate module file.
  3. Added that explicit file path in tsconfig like this
"paths": {
     "@/*": ["./src/*", "./src/app/types/theme/*"]
   },
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Shubham Nikam