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
handleStep(()=>{const{ isViable, nextViableQuestionIndex }=isQuestionVisible();if(!isViable&&nextViableQuestionIndex){console.log("going to step",nextViableQuestionIndex);goToStep(5);}});
when I try to programtically use goToStep function nothing really happens. when I created a button as part of the wizard step and click it it works.
I even tried creating a workaround by making a hidden button that if u click it the function works but when going about it programmatically again nothing happens.
The text was updated successfully, but these errors were encountered:
I have the following function
when I try to programtically use goToStep function nothing really happens. when I created a button as part of the wizard step and click it it works.
I even tried creating a workaround by making a hidden button that if u click it the function works but when going about it programmatically again nothing happens.
The text was updated successfully, but these errors were encountered: