Use non shallow mode (#3620)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/3542/head^2
parent
d6fd9b5df3
commit
9346ae644f
|
@ -36,7 +36,7 @@ export function Dialog(props: DialogProps) {
|
|||
},
|
||||
},
|
||||
undefined,
|
||||
{ shallow: true }
|
||||
{ shallow: false }
|
||||
);
|
||||
setOpen(open);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue