StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course
MIT License
3.56k stars 4.65k forks source link

Unexpected token error on build #286

Open PatrickManfra opened 5 years ago

PatrickManfra commented 5 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 |

KunJakob commented 5 years ago

Since this issue is still open and OP hasn't closed it, he has a typo in spelling "default" as "defualt"