The Dialog API docs do not seem to specify signatures for the handlers. I tried looking at the Dialog source code and eventually ended up at the react-transition-group API docs, which seems to call the enter functions with HtmlElement (node?) and bool, whereas the exit functions are only called with HtmlElement.
Is this behaviour that should be documented, or are these implementation details that should not be part of MUI's API surface?
The Dialog API docs do not seem to specify signatures for the handlers. I tried looking at the Dialog source code and eventually ended up at the react-transition-group API docs, which seems to call the
enterfunctions withHtmlElement(node?) andbool, whereas theexitfunctions are only called withHtmlElement.Is this behaviour that should be documented, or are these implementation details that should not be part of MUI's API surface?