import { Fragment } from 'react'; import { Alert, AlertActionCloseButton } from '@patternfly/react-core'; export const AlertStaticLiveRegion: React.FunctionComponent = () => ( console.log('Clicked the close button')} />} > This alert uses the recommended isLiveRegion prop to automatically set ARIA attributes and CSS classes. console.log('Clicked the close button')} />} > You can alternatively omit the isLiveRegion prop to specify ARIA attributes and CSS manually on the containing element. );