szaranger / firebase-saga

A library for connecting redux-saga middleware to Firebase.
58 stars 15 forks source link

regeneratorRuntime is not defined #20

Open sarovin opened 7 years ago

sarovin commented 7 years ago

Hi, i want use firebase-saga with next-js but i have this error on startup:

ReferenceError: regeneratorRuntime is not defined
at Object.defineProperty.value (../node_modules/firebase-saga/dist/ReactProxy.js:78:79)
szaranger commented 7 years ago

Are you referencing babel-polyfill in your project?

sarovin commented 7 years ago

nextjs ignore the dir node_modules. Can i add babel-plugin-transform-runtime in your .babelrc?