Shrugsy

Results 2 issues of Shrugsy

### Description When defining a `baseQuery` and providing a type for `extraOptions`, trying to use the `baseQuery` with `createApi` has a typescript error unless the `extraOptions` type is an object...

bug
rtk-query
typescript

When using `jest.useFakeTimers()`, RTK Query requests resolve normally with `jest.useFakeTimers('legacy')`, but not with `jest.useFakeTimers('modern')` A repo reproducing the issue can be found here: - on jest v26.6.3: https://github.com/Shrugsy/rtk-query-jest-compatibility-test/tree/master - on...

bug
help wanted
rtk-query