Mark Erikson

Results 1264 comments of Mark Erikson

@unadlib : nice! One other question that came up is that we use several of Immer's utilities like `isDraft` and `isDraftable`, in order to check whether it's safe to pass...

I rebased this branch against `v2.0-integration`. Also, for kicks, I tried swapping all our usages of Immer to use Mutative instead. Unfortunately, there's several critical test failures, including basic `createReducer`...

Hmm. That definitely makes it harder to use `mutative` as a drop-in replacement, because we don't know ahead of time what users are going to do in their reducers. I...

@giusepperaso : thanks for working on that! FWIW we really _do_ want freezing in place, because we _want_ users to see errors at runtime if they attempt to mutate outside...

Found another similar lib: https://github.com/tnfe/limu

@unadlib it's still an idea I'm interested in conceptually, but it's not on our roadmap to work on this any time soon. (I haven't had time to work on much...

Note that these "additional API services" are actually part of the `baseApi` by the time everything runs. There _isn't_ a way to distinguish which endpoints came from those extensions at...

https://github.com/reduxjs/redux-toolkit/releases/tag/%40rtk-query%2Fcodegen-openapi%402.0.0-alpha.0 has an option to point to an alternate Prettier Please try it out and let us know if it works!

I'll assume it is and close this.

W just shipped a preview with a lot of updates to the build config that should hopefully improve things. https://github.com/reduxjs/redux-toolkit/releases/tag/%40rtk-query%2Fcodegen-openapi%402.0.0-alpha.0 - please try it out and let us know if...