-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Dispatcher fails in Chrome #45
Comments
Does it makes sense to remove the "use strict' requirement there? Is that the issue? |
I'm working around this by using |
Just ran into this as well... |
The dispatcher does work in Chrome. But it does not work while you're using source maps, correct? I believe the issue is the "use strict" declaration that is getting inserted by gulp-react during the transformation from ES6 with the Fastclick was dealing with a similar issue: This might be an issue for Chrome devtools, or maybe for gulp-react? Not sure Flux is the correct place to correct it, but I'm totally open to suggestions on what band-aid we should provide in the mean time. |
@fisherwebdev For me, putting |
We're not going to be changing the class transforms which is adding the inner |
fix #45: Dispatcher fails in Chrome
👍 Thanks! |
_prefix is not defined
I'm actually experiencing this issue because we're using react-router which in turn uses Flux. It's been referenced over in Webpack's issues, but it doesn't appear to be a Webpack issue:
webpack/webpack#417
http://jsfiddle.net/rokkkjcs/1/
The text was updated successfully, but these errors were encountered: