react-use-wizard
react-use-wizard copied to clipboard
gotToStep() fails with dynamically rendered step
See repro: https://codesandbox.io/embed/clever-cloud-tigmwb?fontsize=14&hidenavigation=1&theme=dark
After clicking "Add step" it's not possible to navigate to step "four". Step count is not correctly set inside goToStep(). nextStep() and previousStep() work fine.