Core - Modal props update
Improved Modal
props for a clearer API.
Now, rather than onClose
only firing when the modal internal events are requesting it (per the Material UI implementation), onClose
will fire every time the modal exits. Additionally, removed (currently) extraneous onEnter
, onEntering
, onExit
, and onExiting
props.