Use non shallow mode (#3620)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/3542/head^2
Hariom Balhara 2022-08-01 13:10:38 +05:30 committed by GitHub
parent d6fd9b5df3
commit 9346ae644f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export function Dialog(props: DialogProps) {
},
},
undefined,
{ shallow: true }
{ shallow: false }
);
setOpen(open);
};