diff --git a/webapp/channels/src/components/user_group_popover/user_group_popover.tsx b/webapp/channels/src/components/user_group_popover/user_group_popover.tsx index 23e2cd8a63..bd7b27f556 100644 --- a/webapp/channels/src/components/user_group_popover/user_group_popover.tsx +++ b/webapp/channels/src/components/user_group_popover/user_group_popover.tsx @@ -71,6 +71,11 @@ const UserGroupPopover = ({ returnFocus, searchTerm, showUserOverlay, + + // These props are not passed explictly to this component, but + // they are added when this component is passed as a child to Overlay. + // They are not typed in the component because they will cause more confusion. + ...popoverProps }: Props) => { const {formatMessage} = useIntl(); @@ -182,6 +187,7 @@ const UserGroupPopover = ({ return ( {tabCatcher}