You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm requesting officially exposing the RetryOptions type from packages/toolkit/src/query/retry.ts. My use case is that I've created a wrapper around fetchBaseQuery() that includes retry options as well as some of my app-specific options, and so I've been importing RetryOptions from @reduxjs/toolkit/dist/query/retry even though it's not an official export.
The text was updated successfully, but these errors were encountered:
I'm requesting officially exposing the
RetryOptions
type from packages/toolkit/src/query/retry.ts. My use case is that I've created a wrapper aroundfetchBaseQuery()
that includes retry options as well as some of my app-specific options, and so I've been importingRetryOptions
from@reduxjs/toolkit/dist/query/retry
even though it's not an official export.The text was updated successfully, but these errors were encountered: