Open sarovin opened 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)
Are you referencing babel-polyfill in your project?
babel-polyfill
nextjs ignore the dir node_modules. Can i add babel-plugin-transform-runtime in your .babelrc?
Hi, i want use firebase-saga with next-js but i have this error on startup: