Babel 7 – ReferenceError: regeneratorRuntime is not defined
Updated Answer: If you are using Babel 7.4.0 or newer, then @babel/polyfill has been deprecated. Instead, you will want to use the following at the top of your main js file (likely index.js or similar): Install these packages either with npm: or with yarn: Original Answer: I just encountered this problem and came across the … Read more