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
Maintain current route after hot module reload occurs.
Actual behaviour
Whenever hot module reload occurs, the app returns to the initial route, this is inconvenient because I have to start navigating all the way deep in to the screen I was on, and in most cases it's just a small change, this makes development very painstaking, is there something I can do about this?
Steps to reproduce
My Router is connected to redux and I used Actions.create(/**/) to create the scenes.
The text was updated successfully, but these errors were encountered:
I can't agree that it makes sense, navigating all the way back to the screen you're working on because of a small adjustment you made to it isn't convenient, it kills my vibe when I'm working.
Version
Tell us which versions you are using:
Expected behaviour
Maintain current route after hot module reload occurs.
Actual behaviour
Whenever hot module reload occurs, the app returns to the initial route, this is inconvenient because I have to start navigating all the way deep in to the screen I was on, and in most cases it's just a small change, this makes development very painstaking, is there something I can do about this?
Steps to reproduce
My Router is connected to redux and I used
Actions.create(/**/)
to create the scenes.The text was updated successfully, but these errors were encountered: