Update eslint to 8.27.0
This commit is contained in:
parent
c8fb43a846
commit
98ef4c627a
499 changed files with 8995 additions and 8494 deletions
|
@ -30,7 +30,12 @@ export type PropsType = {
|
|||
};
|
||||
|
||||
export const CallingParticipantsList = React.memo(
|
||||
({ i18n, onClose, ourUuid, participants }: PropsType) => {
|
||||
function CallingParticipantsListInner({
|
||||
i18n,
|
||||
onClose,
|
||||
ourUuid,
|
||||
participants,
|
||||
}: PropsType) {
|
||||
const [root, setRoot] = React.useState<HTMLElement | null>(null);
|
||||
|
||||
const modalContainer = useContext(ModalContainerContext) ?? document.body;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue