| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| formik@2.4.8 source code.tar.gz | 2025-11-07 | 6.2 MB | |
| formik@2.4.8 source code.zip | 2025-11-07 | 6.3 MB | |
| README.md | 2025-11-07 | 445 Bytes | |
| Totals: 3 Items | 12.5 MB | 1 | |
Patch Changes
- #4042
1de45deThanks @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.