diff --git a/native/account/logged-out-modal.react.js b/native/account/logged-out-modal.react.js --- a/native/account/logged-out-modal.react.js +++ b/native/account/logged-out-modal.react.js @@ -291,9 +291,9 @@ }, }), ); - const setRegisterState = setStateForContainer( + const setRegisterState = setStateForContainer( this.guardedSetState, - (change: $Shape) => (fullState: State) => ({ + (change: Partial) => (fullState: State) => ({ registerState: { ...fullState.registerState, state: { ...fullState.registerState.state, ...change },