79077137

Date: 2024-10-11 07:20:47
Score: 1
Natty:
Report link

To fix this problem add this line to .tsconfig.json file

"compilerOptions": {
    ....,
    "paths": {
      ....,
      "react": [ "./node_modules/@types/react" ]
    }
 }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hekmat