danielstern / redux-saga-cart

A fully-functional shopping cart built with Redux Saga using Yield - Run with accompanying server https://github.com/danielstern/redux-saga-shopping-cart-server
106 stars 99 forks source link

Fix 'regeneratorRuntime is undefined` error #13

Closed kamranayub closed 4 years ago

kamranayub commented 4 years ago

Changes

I've tested locally to ensure it compiles and the first currentUserSaga saga is running. I've also tested running the tests in Jest.

danielstern commented 4 years ago

Much appreciated!