mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
fix: rtk monitor reducer not working in app
This commit is contained in:
parent
01b92eedb5
commit
c943b041bc
|
@ -20,7 +20,11 @@ const initialState: RtkQueryInspectorMonitorState = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const monitorSlice = createSlice({
|
const monitorSlice = createSlice({
|
||||||
name: 'rtk-query-monitor',
|
/**
|
||||||
|
* `@@` prefix is mandatory.
|
||||||
|
* @see lifedAction @ `packages/redux-devtools-app/src/actions/index.ts`
|
||||||
|
*/
|
||||||
|
name: '@@rtk-query-inspector-monitor',
|
||||||
initialState,
|
initialState,
|
||||||
reducers: {
|
reducers: {
|
||||||
changeQueryFormValues(
|
changeQueryFormValues(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user