-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'start' of undefined #199
Comments
Have the same problem! |
See the answer here: webpack-contrib/istanbul-instrumenter-loader#16 it's a bug involving the loader termination. |
Have the same problem, could you explain a bit more about the solution? Thank you! |
I have no idea, but removing function feed(state = initialState, action) { and replacing with: works for me. I have no idea why, but it might have something to do with babel and default parameters... |
Trying to figure out what this is all about. Not sure what exactly is being pushed into object-utils.
Any ideas? FWIW I'm using this instrumenter https://github.com/deepsweet/istanbul-instrumenter-loader
The text was updated successfully, but these errors were encountered: