const onUpdateMessage = (target: { value: string }): void => {
    dispatch({
      type: 'updateMessage',
      payload: target.value
    })