Constantin Chirila

Results 2 comments of Constantin Chirila

By the looks of it this package is dead in the water, and it doesn't seem it might actually be updated any time soon. There are a few PR's opened,...

@FrancisBrokering You can try doing something like this: ``` const [step, setStep] = useState(0); const setCurrentStep = (step) => { setTimeout(() => { setStep(step); }, 1000);