B
Size: a a a
B
ІБ
const slise = createSlice({
name: 'test',
initialState: [],
reducers: {
myAction(state) {
dispatch(OtherAction())
}
}
})
KS
const slise = createSlice({
name: 'test',
initialState: [],
reducers: {
myAction(state) {
dispatch(OtherAction())
}
}
})
VP
ІБ
KS
ІБ
KS
ІБ
KS
V
EM
D
V
EM
V
I
EM
I
EM