We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde79dc commit b977aa1Copy full SHA for b977aa1
src/wizard.tsx
@@ -27,7 +27,7 @@ const Wizard: React.FC<React.PropsWithChildren<WizardProps>> = React.memo(
27
if (onIndexChange) {
28
onIndexChange(activeStep);
29
}
30
- }, [activeStep, onIndexChange]);
+ }, [activeStep]);
31
32
const goToNextStep = React.useRef(() => {
33
if (hasNextStep.current) {
0 commit comments