mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -18,7 +18,7 @@ export type FunTooltipProps = Readonly<{
|
||||
children: ReactNode;
|
||||
}>;
|
||||
|
||||
export function FunTooltip(props: FunTooltipProps): JSX.Element {
|
||||
export function FunTooltip(props: FunTooltipProps): React.JSX.Element {
|
||||
const ref = useRef<HTMLButtonElement>(null);
|
||||
const [collisionBoundary, setCollisionBoundary] = useState<Element | null>(
|
||||
null
|
||||
|
||||
Reference in New Issue
Block a user