import React from "react"; export default function MessageBanner({state, dispatch}) { function handleClose() { dispatch({ type: 'closed_message_banner' }) } if (!!state.errorMessage) { return (