Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SW.currentStep does not update #67

Open
gvdonovan opened this issue May 29, 2020 · 1 comment
Open

SW.currentStep does not update #67

gvdonovan opened this issue May 29, 2020 · 1 comment

Comments

@gvdonovan
Copy link

SW.currentStep does not change

const InstanceDemo = ({ SW }) => ( <Fragment> <h4>{SW.currentStep}</h4> <button className="bg-sc-purple text-white" onClick={SW.previousStep}> Previous Step </button> &nbsp; <button className="bg-sc-purple text-white" onClick={SW.nextStep}> Next Step </button> </Fragment> );

@REDSoftwareRasmus
Copy link

+1 I have the same issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants