С
Size: a a a
С
C
C
C
C
export function clearState(reducer) {
return (state, action) => {
if (action.type === AuthActionTypes.LOG_OUT) {
state = undefined;
}
return reducer(state, action);
};
}ИК
C
C
C
C
VV
ИК
ИК
ИК
C
C
VV
AA
AA