Kendall Roth
Kendall Roth
When attempting to use with React Native, I run into an error when attempting to import a bunch of JSON files. Even though the variable is very clearly defined, when...
## Description `Swipeable` component prop definitions for `containerStyle` and `childrenContainerStyle` props are wrong, and produce type errors when trying to pass `AnimatedValue` (which should be accepted by `Animated.View`). ```js const...
## Summary 💡 Not all use cases may wish to have the Formik `onBlur` function called to touch fields when blurring. Ideally there would be a way to disable this...
## Problem I can't save the `app.css` file because I use a property (`box-sizing: border-box`) that does not pass the Linter. ## Ask Add Linter customization (or temporary ignore) to...
### Clear and concise description of the problem Currently the TS auto completions show valid keys, but does not show invalid keys. Ideally invalid keys would be indicated via a...
**Is your feature request related to a problem? Please describe.** In cases where multiple form context elements are required, such as utility functions to manage state of reset/submit buttons depending...