Upgrade other react dependencies

This commit is contained in:
Jamie
2026-03-17 13:42:29 -07:00
committed by GitHub
parent fcafec550e
commit 3851a3905a
19 changed files with 1668 additions and 1938 deletions

View File

@@ -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<{