mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 16:38:21 +01:00
Upgrade other react dependencies
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
// Copyright 2025 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import React, { useRef, useState, type ReactNode } from 'react';
|
||||
import * as Tooltip from '@radix-ui/react-tooltip';
|
||||
import { useLayoutEffect } from '@react-aria/utils';
|
||||
import React, {
|
||||
useRef,
|
||||
useState,
|
||||
useLayoutEffect,
|
||||
type ReactNode,
|
||||
} from 'react';
|
||||
import { Tooltip } from 'radix-ui';
|
||||
import { strictAssert } from '../../../util/assert.std.js';
|
||||
|
||||
export type FunTooltipProps = Readonly<{
|
||||
|
||||
Reference in New Issue
Block a user