Closed paulwalker closed 8 years ago
So, it seems to be related to the use of a generator function. I believe this is a bug still, but the use of the following syntax seems to act as a workaround:
const responseTime = function *(next) {
Thanks, fixed and released in 0.0.7.
I still seem to be encountering this in 0.0.13
. To reproduce, there simply needs to be a file with:
function * eachEntityProp(Component, props, context) {}
@ghempton thanks for catching this. I've included the fix in the latest build on master for release.
@guybedford hitting this on 0.0.18
I also notice some changes have been made to plugin-babel
related to generators since 0.0.17
@alexisvincent thanks yes this regressed again. I've fixed this up in 0.0.19 and made sure the test is included.
@guybedford Thanks
I am getting an error simply trying to reference a file:
This is the file:
This is the import statement:
import responseTime from './response_time'