Mark Erikson
Mark Erikson
@elramus hmm. looks like we missed actually adding that to the API docs when it got merged. The doc tooltip itself was incorrect initially, and we fixed that in https://github.com/reduxjs/redux-toolkit/pull/4555...
Circling back around to this issue: While `createAsyncThunk` has exposed a `resPromise.abort()` method for a long time, we haven't actively tried to use that in RTKQ. While working on #4942,...
This is probably a problem with the underlying https://github.com/oazapfts/oazapfts library - could you file an issue over there with a repro? Thanks!
Hmm. We did tweak that logic in https://github.com/reduxjs/redux-toolkit/pull/4364 - maybe related? (listed as "The isLoading flag logic was improved to handle errors when a query hook tries to subscribe." in...
As usual, we would really need a repro or a Replay ( https://replay.io/record-bugs ) in order to be able to see what's going on. Doubly so because I'm looking at...
Gotcha, thanks. I'll be up front and say I'm pretty tired atm and don't have the brainpower to look into this this evening. I _might_ be able to look at...
@david10sing : it's calculated here, separately from the hooks, and stored directly in the Redux state: https://github.com/reduxjs/redux-toolkit/blob/a9362fbcec6cb66bdb3e6dc52bbf3d69ea6f2b22/packages/toolkit/src/query/core/apiState.ts#L77
That inclusion is intentional, and Vite _should_ be replacing it automatically.
I'm not familiar with how JSPM resolves which file to use inside of an NPM package, but if you need to use it in a browser directly you should be...
Sure, makes sense. Immer isn't my package, but I did contribute the packaging setup based on what I was working on for the Redux libraries. File a PR here?