John Rom

Results 130 comments of John Rom

Reproduced: https://codesandbox.io/s/formik-typescript-playground-dg32w?file=/pages/index.tsx

I was pretty sure I handled a bunch of these cases in #1336 over v1 (besides strongly typing `name`) by changing the order of the types (`T & GenericHTMLAttributes` vs...

Well, I don't think I ended up needing to reorder types (I think that was a bug with a specific typescript version), but I did fully type `component` and `render`...

I got close but I hit a wall (and didn't write down where...) here: https://github.com/formium/formik/pull/2655

I think a plugin api would be the right way to add functionality like this. #3109

I don't really have the ability to get into this, but it does look like all of the events here are async. Do these tests work without the wizard? It...

It doesn't look like you're returning an element from: ```jsx await wait(() => { // I don't think there's a need to wait for a click, so just remove this...

@rjray you're using a custom component which means you'll receive `innerRef` as a prop instead of `ref`. Not sure the reasoning behind that, but we would pass ref itself when...

@samyoungnyc if you can provide a codesandbox repo I can help you with this. You should be able to simply do the following; remove the Typescript if you don't use...

In addition to suppressing these warnings when an environment can't be determined, I'd like to suggest the option of a hint here. I prefer a metadata-based approach so it doesn't...