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
Let's add a new method to Stepper framework API called initialize . This method is an asynchronous method that is called once per flow to boot the flow. It should do any prep actions (fetch experiments, assert conditions, redirect to other flows, etc...), and most importantly return the steps.
This also deprecated the useSteps hook because it has a few flaws.
Checklist
No response
Related
No response
The text was updated successfully, but these errors were encountered:
Details
Let's add a new method to Stepper framework API called
initialize
. This method is an asynchronous method that is called once per flow to boot the flow. It should do any prep actions (fetch experiments, assert conditions, redirect to other flows, etc...), and most importantly return the steps.This also deprecated the
useSteps
hook because it has a few flaws.Checklist
No response
Related
No response
The text was updated successfully, but these errors were encountered: