OPED CRIANÇAS PARA CRIANÇAS PARA REAÇÃO MODAL
// Parent Component
callbackModal = () => {
this.setState({ showModal: false });
}
//ChildButton
closeButtonClickHandler = () => {
this.props.callbackModal();
}
Silly Shrike