Open PatrickManfra opened 6 years ago
I am getting an error when I run the project anyone else have this issue?
ERROR in ./src/components/video_list_item.js Module build failed: SyntaxError: Unexpected token (7:15)
5 | }; 6 |
7 | export defualt VideoListItem; | ^ 8 |
Since this issue is still open and OP hasn't closed it, he has a typo in spelling "default" as "defualt"
I am getting an error when I run the project anyone else have this issue?
ERROR in ./src/components/video_list_item.js Module build failed: SyntaxError: Unexpected token (7:15)
5 | }; 6 |