bulletproof-react icon indicating copy to clipboard operation
bulletproof-react copied to clipboard

Using a `select` function with hooks gives type errors

Open Xhale1 opened this issue 1 year ago • 3 comments
trafficstars

If I try to use react query's select feature with one of the wrapped useQuery's in this repo, I get a type error specifying a mismatch between the returned type from select and the returned type of the useQuery hook.

Xhale1 avatar Oct 11 '24 05:10 Xhale1