Results 18 comments of Tom Darneix

I fixed it by upgrading react-redux to `[email protected]` Here are my dependencies: - `"react-redux": "^7.1.0"` - `"connected-react-router": "^6.5.0"` So `yield put(push('/x'))` works perfectly. I hope it will help someone

Hello, I have the same issue here. I have compared build time with Webpack 4 and Webpack 5 on a project using [Speed Measure Plugin](https://github.com/stephencookdev/speed-measure-webpack-plugin) and here is the result...

Here is the cpuprofile for a Webpack 4 build ![cpuprofile-webpack-4](https://user-images.githubusercontent.com/12515407/101047505-2eac5a80-3582-11eb-9cfe-b2187c3e088f.PNG) And the cpuprofile for Webpack 5 build. ![cpuprofile-webpack-5](https://user-images.githubusercontent.com/12515407/101047511-2fdd8780-3582-11eb-924c-7ca6c869ec83.PNG) Indeed @alexander-akait, for the webpack 5 build I'm using html-webpack-plugin on `next`...

293 files changes. I hope this is a failed merge

Hey, same issue here ! Is anyone found a workaround ?

That's unfortunate because is very great in term of features, performance and bundle size. It supports grid (vertical/horizontal) drag n drop but it's a bit glitchy (See "Grid support" section...

Rekit doesn't support webpack 4 but you can upgrade your package.json to webpack 4. I did it in my own project. Rekit is very configurable and it's a strong point...

@ianitsky Ouch.... Rekit had a lot of updates and I did not use it since June 2018. Furthermore, I deleted the project from my disk (it was a test project...