updateForm(newForm) { this.onBoardingStore.update(state => ({ form: { ...state.form, ...newForm } })); }