Lleyton W Morris
Results
12
comments of
Lleyton W Morris
> we now have a bunch of type errors: > > ``` > ../react-query/src/__tests__/useQueries.test-d.tsx(96,13): error TS2322: Type '{ name: string; }' is not assignable to type 'Promise'. > Object literal...
Had this issue today as well. Either using `TFrom` or `LinkOptions` (and adding TTo and TFrom) instead of ValidateLinkOptions fixes the issue, but it would be better if a search...