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 suspect the flickering occurs because the dialog close and overlay fade-out are running as separate animations with different timings. It seems that these multiple animation keyframes were causing visual inconsistencies when conflicting with each other. The issue can be resolved by replacing animations with transitions for the closing state.
Closing the Dialog causes the overlay to have a high chance to flash
Repro: https://codesandbox.io/p/sandbox/42tyf8
From my investigation it seems to relate to this, after setting

animationFillMode
toforwards
the overlay becomes visible againThe text was updated successfully, but these errors were encountered: