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 has been archived by the owner on Aug 8, 2024. It is now read-only.
Reset as a way to dispatch actions is a bit clunky. If we just let people reset the state to exactly what they want, that seems both more powerful and easier to use. For example, see: react-navigation/react-navigation#5338
The text was updated successfully, but these errors were encountered:
I think we should expose an action called dangerouslyResetState that allows users to have full control over what the state will be set to. The reason we would want to include 'dangerously' in the name is because you should be sure that you need to do this, you are directly manipulating the state of the router and if you make a mistake it could cause your app to crash or something.
Reset as a way to dispatch actions is a bit clunky. If we just let people reset the state to exactly what they want, that seems both more powerful and easier to use. For example, see: react-navigation/react-navigation#5338
The text was updated successfully, but these errors were encountered: