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
@@ -96,7 +98,7 @@ export function ModalRoot(props: ModalRootProps) {
96
98
setWidth(isMobile ? width : width/1.3);
97
99
return;
98
100
}
99
-
},[current]);
101
+
},[current,isMobile]);
100
102
101
103
return(
102
104
<Transitionappearshow={!!current}as={Fragment}>
@@ -129,7 +131,7 @@ export function ModalRoot(props: ModalRootProps) {
129
131
{/* TODO (Amir): Does adding transition-colors here mess with the children? Probably. If you see some weird slow colour transitions, this is most likely the culprit! */}
0 commit comments