kevinmook

Results 4 comments of kevinmook

We ran into this in a project we're working on as well. I think this signature might work for `setFieldValue` (making the "value" typesafe as well): ``` export interface FormikActions...

Looks like this is a dupe of https://github.com/Ariel-Thomas/adventurers-league-log/issues/255, though this is a specific instance of what happens where that other issue is more general. Feel free to close this issue...

For what it's worth, suppressing these warnings completely is my preferred behavior. I don't want my console filled with a bunch of warnings that I can't do anything about, even...

I'd also love to have the ability to suppress these warnings. It's very annoying to have a slew of warnings due to external dependencies we have no control over.