Mark Erikson

Results 1264 comments of Mark Erikson

Folks, nothing has changed with this. You don't need to keep adding comments saying "still an issue". If there is an actual potential technical solution, the best thing you can...

Hey, thanks for helping with this! I'd say we should go with React 18 / React-Redux v8. That's what the CRA templates already do, and those are the "latest" versions...

@ap-justin we actually literally just shipped a `TypedUseQueryHookResult` type in 1.8.4 :) https://github.com/reduxjs/redux-toolkit/releases/tag/v1.8.4

Hmm. ~~I don't _think_ there's a way to pause polling atm~~, but I'm also not familiar with that portion of the codebase. actually, looking at the code... ```ts if (...

Unrelated but as a note for later: we should link the RTKQ "Essentials" tutorial pages from the RTKQ "Overview" page: https://www.reddit.com/r/webdev/comments/sc6eoc/redux_toolkit_query_is_no_one_using_it/

Throwing this here for lack of anywhere better: https://www.reddit.com/r/reactjs/comments/q6lit4/thoughts_about_redux_reactquery_together/i0s3f27/ > One thing i found that it needs extra config is SSR, if you are planning on doing SSR with something...

If @FaberVitale can pull off the Suspense support in #2245 , that would presumably be 1.9 as well.

Hmm. That is going to make versioning interesting :) Given that the rest of RTKQ's features work with any version of React that has hooks... maybe we accept a React...

Pasting notes from today's triage call: - #2363: hand-edit weird return logic and merge - #2362: we should do more docs edits to show that base queries can accept an...

Status notes from Lenz: * https://github.com/reduxjs/redux-toolkit/pull/2239 needs a type change to allow for either maxRetries or condition as an argument, but not both - and then remove passing maxRetries into...