motiazu
motiazu
@Andarist I have the same issue. Here's a [reproduction](https://codesandbox.io/embed/nostalgic-dew-d8kf1) with in codesandbox. Notice the following things (tested in chrome): The input has two rows even though there is no text,...
The documentation is pretty weird around that line. [This](https://github.com/jaredpalmer/formik/blob/f58f85a6c229c1e4eb6e26b71af33726c0bfa036/src/Formik.tsx#L564) is the code that decides whether you have errors. `Object.keys(this.state.errors).length` - this snippet pretty much means that any set field (even...
I think typescript should be separate, but it should be connected to the same CI obviously
So I talked to Aviv, realized we need to figure what outputs other libs are using and see what fits here since we're not sure the umd&es is exactly what...