The code for the UserForm is given as
const UserForm = props => (
{props.label}:
//Incorrect
);
This seems incorrect. At least the last double quotes should be removed for the state to update. The works for me: for example,
{props.label}:
//REMOVED QUOTES