momesana

Results 24 comments of momesana

> @brettjonesdev @RichardForrester @koyta > Use https://github.com/salvoravida/redux-first-history > > No more location issue. Well, doesn't work for us. Same issue as with connected-router in terms of back-navigation using the browser...

> > > @brettjonesdev @RichardForrester @koyta > > > Use https://github.com/salvoravida/redux-first-history > > > No more location issue. > > > > > > Well, doesn't work for us. Same...

> @momesana I m quite sure that there is something wrong with your code, not with redux first history. @salvoravida that may very well be the case. Either way I...

> @momesana ok, the problem is the states update top-down, because of selector update before `` on this particular edge case (even if i think you should return null if...

That workaround apparently works but breaks redirects in our code, so is not an option. Not being able to use the 'Go back' browser button is a show-stopper.

@preciselywilliam The workaround propsed above is merely a hack and even breaks redirects. It doesn't justify closing the issue. The developer of redux-first-history fixed the same problem in version 4.2.5...

The download link from your logs suggests you are building on an ARM platform: https://github.com/nodegui/qode/releases/download/v2.1.0/qode-linux-arm64-v2.1.0.tar.gz There is no bundle for that platform as can be seen here: https://github.com/nodegui/qode/releases/. The provided...

Is there a reason, why this hasn't been merged yet?

Hi, despite the fact that the license is listed in the package.json and also on the [NPM repository](https://www.npmjs.com/package/rc-virtual-list) it is always good practice to provide a dedicated LICENSE file. This...

The solutions proposed here work fine with Cypress up to version 8.x but stopped working in Cypress 9. Any idea on how to make it work with the newest version...