jcmcneal / react-step-wizard

A modern flexible step wizard component built for React.
MIT License
583 stars 126 forks source link

SW.currentStep does not update #67

Open gvdonovan opened 4 years ago

gvdonovan commented 4 years ago

SW.currentStep does not change

`const InstanceDemo = ({ SW }) => (

{SW.currentStep}

 

);`

REDSoftwareRasmus commented 2 years ago

+1 I have the same issue!