How we can close the error messagebar of office react fabric component?
问题 I am trying to use fabric react messageBar component in my application but i am not able to close(dismiss) the message section even i clicked on close icon in the messageBar component. Please find the below code for reference. import React from 'react' import { MessageBar, MessageBarType } from 'office-ui-fabric-react/lib-commonjs/MessageBar' class MyMessage extends React.Component{ log=(event)=>{ console.log('close on test'); } render(){ return( <div> <MessageBar componentRef={(messageBar)=>