You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
I have an Electron app and now, with 4.0.6, the location change that is fired upon launch of the app has the pathname set as root ("/") instead of what the value currently is in the Redux store. This introduces unwanted behavior with the app now being unable to recall it's prior state. Rolling back to 4.0.5 fixes this issue. I can provide more detail as needed #445
The text was updated successfully, but these errors were encountered:
Since you're using a memory history, make sure you initialize it with the correct path (e.g., createMemoryHistory('/foo'). I brought this up on the history repo, but it's not going to be fixed in the 2.x version. That's where the initial path comes from.
I have an Electron app and now, with 4.0.6, the location change that is fired upon launch of the app has the pathname set as root ("/") instead of what the value currently is in the Redux store. This introduces unwanted behavior with the app now being unable to recall it's prior state. Rolling back to 4.0.5 fixes this issue. I can provide more detail as needed #445
The text was updated successfully, but these errors were encountered: