79344634

Date: 2025-01-10 04:48:09
Score: 2
Natty:
Report link

Module not found: Error: Can't resolve './App'

I had facing the same issue, after a long research, what I realized myself is that, u gotta include suffix of ur file, I fixed my issue just adding .tsx behind './App'

Instance: Code having error: import App from './App'; Compilation Fixed: import App from './App.tsx';

Try it out if this fix ur issue!

Reasons:
  • Whitelisted phrase (-2): I fixed
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Low reputation (1):
Posted by: user29135105