mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -22,7 +22,7 @@ function focusRef(el: HTMLElement | null) {
|
||||
}
|
||||
}
|
||||
|
||||
export function ErrorModal(props: PropsType): JSX.Element {
|
||||
export function ErrorModal(props: PropsType): React.JSX.Element {
|
||||
const { buttonVariant, description, i18n, onClose, title } = props;
|
||||
|
||||
const footer = (
|
||||
|
||||
Reference in New Issue
Block a user