bulletproof-react
bulletproof-react copied to clipboard
Using a `select` function with hooks gives type errors
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.