We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34552e commit f4dbca3Copy full SHA for f4dbca3
src/app/RTKslices.tsx
@@ -65,7 +65,7 @@ export const mainSlice = createSlice({
65
66
},
67
addNewSnapshots: (state, action) => {
68
- console.log('addNewSnapshots: ', state);
+ console.log('addNewSnapshots: ', current(state));
69
const { tabs } = state;
70
71
const { payload } = action;
@@ -94,7 +94,7 @@ export const mainSlice = createSlice({
94
};
95
}
96
});
97
- console.log('addNewSnapshots: state end ', state);
+ console.log('addNewSnapshots: state end ', current(state));
98
99
100
initialConnect: (state, action) => {
0 commit comments