mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Update eslint to 8.27.0
This commit is contained in:
@@ -10,7 +10,9 @@ export type PropsType = {
|
||||
readonly i18n: LocalizerType;
|
||||
};
|
||||
|
||||
export const ProgressModal = React.memo(({ i18n }: PropsType) => {
|
||||
export const ProgressModal = React.memo(function ProgressModalInner({
|
||||
i18n,
|
||||
}: PropsType) {
|
||||
const [root, setRoot] = React.useState<HTMLElement | null>(null);
|
||||
|
||||
// Note: We explicitly don't register for user interaction here, since this dialog
|
||||
|
||||
Reference in New Issue
Block a user