Using a `select` function with hooks gives type errors

Author: Xhale1Created Oct 11, 2024Updated Oct 15, 2024

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.

Source: alan2207/bulletproof-react