Function(...) is not a function TypeError: Function(...) is not a function
gaoxiaomumu opened this issue · 1 comments
gaoxiaomumu commented
benjamn commented
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.