Files
DefinitelyTyped/types/react-query
Bob Thomas c22d254043 [react-query] Fix specificity of paginated function overload (#42350)
If options can be assigned to both the paginated and non-paginated overloads, the non-paginated overload was taking precedence. Function overloads should be ordered from most-specific to least-specific so the correct one is picked.
2020-02-25 16:29:40 -08:00
..