Message / Avatar: Fix redundant transitions
This commit is contained in:
parent
a1889b2f6f
commit
d10dfa93c0
@ -126,6 +126,7 @@ const SenderGroupContainer: FC<OwnProps & StateProps> = ({
|
|||||||
shouldRender,
|
shouldRender,
|
||||||
} = useShowTransition({
|
} = useShowTransition({
|
||||||
isOpen: withAvatar && isShown,
|
isOpen: withAvatar && isShown,
|
||||||
|
noMountTransition: isShown,
|
||||||
withShouldRender: true,
|
withShouldRender: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user