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
We're catching LOCATION_CHANGE (from connected-react-router) in our reducer, using action.payload.location.state to update the store. This store change is not forwarded to main. Reducer state (visible to user, in dev tools) does not agree with console logs and is unavailable when using getState() in actions called by main.
We're catching LOCATION_CHANGE (from connected-react-router) in our reducer, using action.payload.location.state to update the store. This store change is not forwarded to main. Reducer state (visible to user, in dev tools) does not agree with console logs and is unavailable when using getState() in actions called by main.
To reproduce: https://github.com/larissa-n/electron-react-boilerplate-w-electron-redux
The text was updated successfully, but these errors were encountered: