Michael
Michael
@klijakub Did you solve this problem? I was unable to replicate it with a fresh install. About the chunk option: it's used for [code-splitting in webpack](https://webpack.js.org/guides/code-splitting-require/). You can check out...
If you'd like to learn more about this, check out my recently published article on the topic: - [An Introduction to the Redux-First Routing Model](https://medium.freecodecamp.com/an-introduction-to-the-redux-first-routing-model-98926ebf53cb)
Hey Martin! I see what you're saying. Would it help if you moved your Layout component out of the `` component? You can reference the [sample application](https://github.com/mksarge/react-starter-app), where I did...