Open mmahalwy opened 8 years ago
Although:
// Workaround redux-router query string issue: // https://github.com/rackt/redux-router/issues/106 if (routerState.location.search && !routerState.location.query) { routerState.location.query = qs.parse(routerState.location.search.slice(1)); }
Still doesn't work.
The router state is initialized with a hacky promise, where are you trying to access it? Third and fourth parameter of fetchData and fetchDataDeferred are very useful.
fetchData
fetchDataDeferred
Although:
Still doesn't work.