79372177

Date: 2025-01-20 17:32:55
Score: 0.5
Natty:
Report link

Had the same error.The issue was with the export default statement. I had called the function rather than exporting it. My error: export default HomePage(); Correct way: export default HomePage;

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: alson