Skip to content

Choose a tag to compare

@github-actions github-actions released this 23 Oct 10:23
· 21 commits to main since this release
ad9247d

Patch Changes

  • 63af0ef: fix: remove unnecessary dependencies from useEffect in Step component

    This fixes potential infinite re-renders by removing handleChange, stepKey, stepKeys, and isCurrent from the useEffect dependency array, keeping only the essential 'done' dependency.