Mark Erikson

Results 1264 comments of Mark Erikson

Probably so, yeah. Would you like to file a PR to update it?

Yeah, amazing how much timing issues are a problem around this type of work :) Was planning to spend some time on issues tomorrow - I'll take a look!

Spent some time working on this. Made a bunch of local changes around things like tracking "data version" in the cache, thought I had something working. Now I'm actually a...

@Emiya0306 we specifically expect that users _are_ either using bundlers that will replace `process.env.NODE_ENV`, or running under Node. If you aren't, then it's up to you to either configure your...

Does it look like a patch action is getting dispatched for the undo step? Do the Redux DevTools show anything relevant?

Fixed in https://github.com/reduxjs/redux-toolkit/releases/tag/v2.2.7 !

This would be reasonably expected behavior, because the cache entry still exists for `keepUnusedDataFor` time after the last component unsubscribes. I'd have to check what the expectations are for clearing...

Related issues: - https://github.com/reduxjs/react-redux/issues/2028 - https://github.com/reduxjs/react-redux/issues/2046 - https://github.com/reduxjs/react-redux/issues/2049 - https://github.com/reduxjs/redux-toolkit/issues/3581 - https://github.com/reduxjs/redux-toolkit/issues/3585 - https://github.com/reduxjs/redux-toolkit/issues/3586

General notes: - Make sure you're using React-Redux 8.1.2, which has fixes to avoid errors in an RSC environment - Follow guidelines at https://nextjs.org/docs/getting-started/react-essentials#rendering-third-party-context-providers-in-server-components - See the Next `with-redux` example,...

@EvHaus : per this thread, we generally don't have any specific support for the App Router + Redux stuff atm, beyond "if you intend to use Redux on the client...