Skip to content

v0.11.10

Compare
Choose a tag to compare
@jaredpalmer jaredpalmer released this 10 Feb 01:03
· 1425 commits to main since this release

Breaking change for React Native TypeScript vs. 11.9

  • Removed react native types (and GestureResponder type) for handleChange. This was causing pain and suffering for regular TypeScript users due to how react-native includes conflicting typings vs @types/node. 🤷‍♀️

We will have to make a separate formik-native package or build going forward. Sorry everyone!