facebook/regenerator

Function(...) is not a function TypeError: Function(...) is not a function

gaoxiaomumu opened this issue · 1 comments

"version": "0.13.2"

image

image

What's unclear about the comment? Either do not load regenerator-runtime in strict mode (preferred), or make sure your code runs in a JS environment with a working implementation of the Function constructor.