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
* If the previous step is defined in the store, and the current step is not the first step, we can go back.
49
49
* We need to make sure we're not at the first step because `previousStep` is persisted and can be a step from another flow or another run of the current flow.
50
+
* We include a check for whether the previous step is the same sort of step as the current step. This can happen briefly while transitioning from one step to
51
+
* the next where the onboard store data has updated, but `currentStepRoute` hasn't yet because the step hasn't been rendered yet. This would cause the back button
0 commit comments