Mark
Mark
``` const someSlice = createSlice({ /* ... */ extraReducers: builder => { builder.addMatcher( isFulfilled(...someAsyncThunkArray), // ``` >export declare function isFulfilled(...asyncThunks: >AsyncThunks): (action: any) => action is FulfilledActionFromAsyncThunk; >``` I tried...
This is more a question rather than issue, I've searched everywhere with no luck, might have been searching in wrong direction, as I don't know the correct term for this:...
**Describe the bug** Getting mass `TypeError: Cannot set properties of undefined (setting 'hook')` error messages in an app with many React Contexts. Most were traced to [this line](https://github.com/deeppatel234/react-context-devtool/blob/master/packages/devtool-extenstion/extension/core/hook.js#L138). I haven't...