Marek Janča
Marek Janča
Btw version 6.0.0 works just fine while version 6.1.0 makes `push` and other action creators to break.
Using `[email protected].` together with `[email protected]` solved all the problems for me. It solved #242 too, I guess because new react-router uses the new context API. It even the solves blocking...
Dont you have react-router installed twice with diff versions? Would try "npm dedupe"
@acaravia try this one https://github.com/ReactTraining/react-router/releases/tag/v4.4.0-beta.1
Well, they access `props.context` to get the consumer, I don't think it has something to do with not accessing `this.context`. Have you tried to debug it using some minimal repo...
@acaravia The problem is that you have specified `react-router` version in package.json to be `4.3.1`. Install `4.4.0-beta.7` too or not install any. It will be installed properly by `react-router-dom`.
@acaravia No problem, glad to help :))
I'm getting the same issue. `PureComponent` solves the problem but I really don't want to use it for all my wrapped components since `connect()` already does it. > @afitiskin Hey...
This was actually fixed in the #56.
https://www.npmjs.com/package/webpack-node-externals#how-can-i-bundle-required-assets-ie-css-files-from-node_modules