Jack
Jack
Turns out it was actually to do with referencing `this.state` within the store when mutating. It seems that for some reason `this.state` wasn't representing the bootstrapped data - so subsequent...
Doesn't seem to be! Could I be doing something weird that's preventing this from being handled automatically?
Here's a workaround for this issue: ``` javascript ```
Hey @mz3. I think the error is related to this commit: https://github.com/iam4x/isomorphic-flux-boilerplate/commit/495132109caa3e347c54ad3b4ee666e16ad8f243, in which `url-loader` is used to handle images/fonts/etc in development mode. It should work that the assets get...