import { h } from 'preact'; import PropTypes from 'prop-types'; const Alert = ({ showAlert }) => { const otherClassname = showAlert ? '' : 'chatalert__default--hidden'; return (