You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Dialog in the view called Dashboard inside the render() function as so:
<Dialog
open={true or false, pulled from Dashboard properties}
title="Custom Date Filter"
handleSubmit={handleDialogSubmit}
>
<DateRangePicker/>
</Dialog>
When I change the boolean for open to false and render() is called, the following error appears in the console:
Problem Description
I have a Dialog in the view called Dashboard inside the
render()
function as so:When I change the boolean for
open
tofalse
andrender()
is called, the following error appears in the console:and the dialog close animation does not occur.
Versions
The text was updated successfully, but these errors were encountered: