Mark Erikson
Mark Erikson
Out in https://github.com/reduxjs/redux-toolkit/releases/tag/%40rtk-query%2Fcodegen-openapi%402.1.0 !
Yeah, that _is_ surprising. Immer has frozen in dev mode for a long time, and then also started freezing in prod to (to let it prune needing to go through...
Closing as we never got a repro. If you can pull one together, happy to take a look!
Very belated answer, but yeah, good catch! I missed that. I'm working on some updates to the example app and tutorial, and will include that.
@Shaker-Pelcro : if there haven't been any comments or releases, there are no updates. There hasn't been any active work on the codegen stuff in several weeks as far as...
@ajaskiewiczpl : to be clear, the current codegen packages work in general. "No active development" does not mean "this code does not work at all" - it just means "the...
As an FYI, Andrew just put up the first PR that looks to implement actual changes related to parallel pre-rendering, here: - https://github.com/facebook/react/pull/30800
@oemer-aran I'm the wrong person to ask about this :) I've seen additional PRs that look possibly related to this. For example, this refactoring PR: - https://github.com/facebook/react/pull/31029 was followed by...
Sorry, tbh we're all pretty busy with things lately and haven't had any time to try looking into assorted bugs.
Looking into this and have a test that appears to replicate the behavior. ```ts test.only('`isSuccess` does not jump back false on subsequent queries', async () => { const successHist: boolean[]...