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
A PR was created to add a component that navigates the user to any screen. This was done because after a form succeeds, the back button shouldn't go back to the form.
One possible way of doing this is to use history replace (or other method that fits better) from the historyAPI
The text was updated successfully, but these errors were encountered:
A PR was created to add a component that navigates the user to any screen. This was done because after a form succeeds, the back button shouldn't go back to the form.
One possible way of doing this is to use history
replace
(or other method that fits better) from thehistory
APIThe text was updated successfully, but these errors were encountered: