`ReactQueryProviderConfig` doesn't pass provided error type to `onError` callback **Expected behavior** ` const config: ReactQueryProviderConfig<IError> = { queries: { onError: (error) => { // error is type Error not IError }, }, }; ` <img width="479" alt="Screen Shot 2020-07-08 at 16 39 23" src="https://user-images.githubusercontent.com/11874281/86919657-a09a8800-c139-11ea-908a-7380e41e35c2.png">