co2-git/reactors

await/async missing support

Closed this issue · 1 comments

Uncaught ReferenceError: regeneratorRuntime is not defined

React Native's package directly deals with await/async, but web/desktop are missing native support for it.

This might not be a feature we need to implement since it is not exactly relevant to Reactors, but if it is something that needs to be dealt at bundle level, then we should deal with it.

Just add import 'babel-polyfill' an any file that uses await/async