You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error on import (nothing else is able to run) when using the npm package:
Uncaught ReferenceError: regeneratorRuntime is not defined(…)
(anonymous function) @ index.js:14
where index.js refers to node_modules/redux-form-saga/lib/index.js
I created a file in my src with the uncompiled contents of index.js from the repo, and it loads fine. Not exactly sure what to do here - any help would be appreciated.