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
Describe the bug
Currently, the CheckoutActions component only allows a sequential flow of steps and no way to force any "step" as active without having the expected checkout data.
Expected behavior
The ablility to set the "active" action via a prop.
Additional context
We're looking for a way to programmatically set the "step state" of the component without needing cart data or following a long set of user interactions to view a particular "state" of the checkout
The text was updated successfully, but these errors were encountered:
Type: minor
Describe the bug
Currently, the
CheckoutActions
component only allows a sequential flow of steps and no way to force any "step" as active without having the expected checkout data.Expected behavior
The ablility to set the "active" action via a prop.
Additional context
We're looking for a way to programmatically set the "step state" of the component without needing cart data or following a long set of user interactions to view a particular "state" of the checkout
The text was updated successfully, but these errors were encountered: