Skip to content

formik@2.4.8

Choose a tag to compare

@github-actions github-actions released this 07 Nov 16:56
· 3 commits to main since this release
ddfae3f

Patch Changes

  • #4042 1de45de Thanks @copilot-swe-agent! - Replace JSX.IntrinsicElements with React.JSX.IntrinsicElements for React 19 compatibility. The global JSX namespace was removed in React 19, so we now use React.JSX.IntrinsicElements instead.