CustomFilterComponent is changing an uncontrolled input of type undefined to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://fb.me/react-controlled-components
Griddle major version
1.x
Changes proposed in this pull request
Fix #777
Also, a fix for:
Why these changes are made
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/21400 broke type inference (or rather, defaulting to
any
) for our test storeconnect
calls.Are there tests?
Who needs tests when you have types? :trollface: