Use non shallow mode (#3620)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
parent
d6fd9b5df3
commit
9346ae644f
@@ -36,7 +36,7 @@ export function Dialog(props: DialogProps) {
|
||||
},
|
||||
},
|
||||
undefined,
|
||||
{ shallow: true }
|
||||
{ shallow: false }
|
||||
);
|
||||
setOpen(open);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user