cljs-react-material-ui
cljs-react-material-ui copied to clipboard
onEnter, onEntering, onEntered, onExit, onExiting, onExit callbacks not working
trafficstars
There are several callbacks added in material-ui 0.16 that allow for callbacks to fire after a dialog has loaded, thus avoiding the awful setTimeout hacks for things like setting focus, or registering dependent libraries, etc.
See: https://github.com/callemall/material-ui/pull/4808