А
Size: a a a
А
Д
import { actions as actionsModal } from '@bus/ui/modal';const ll = actionsModal.modalToggle({ type: undefined });
console.log(ll);Д
Д
Д
D
Е
Д
GO
{ ...state, signingup: false }, получается криво. приходится делать так: Object.assign({}, state, {state: {signingup: false}})GO
A
GO

GO

А
АБ
RT
AK
М
S
AK