StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected token error on build

PatrickManfra opened this issue · comments

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"