using the callback to <Show> and update store, results in whole store being set to new value
if I do this in form
setFormDataStore({ companyDetails: { phoneNumber: e.currentTarget.value } });then the only value in the store is as follows: causing other part to throw undefined errors
