Hi Guys ,
This blog is about the error
Attempted import error: does not contain a default export .
The full error log is as follows :
If you are new to react development you may face this error .
The fix is simple , in the component file you need to add the export statement like the one below .
Thanks !
This blog is about the error
Attempted import error: does not contain a default export .
The full error log is as follows :
Attempted import error: './header/Top.js' does not contain a default export (imported as 'Top').
If you are new to react development you may face this error .
The fix is simple , in the component file you need to add the export statement like the one below .
export default Top;
Thanks !
No comments:
Post a Comment