mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-17 04:47:02 +00:00
Type fixes for react v19 compatibility (#2937)
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
forwardRef,
|
||||
type ReactNode,
|
||||
useId,
|
||||
type JSX,
|
||||
} from "react";
|
||||
import classNames from "classnames";
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ Copyright 2023, 2024 New Vector Ltd.
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
Please see LICENSE in the repository root for full details.
|
||||
*/
|
||||
import { useState } from "react";
|
||||
import { useState, type JSX } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import styles from "./StarRatingInput.module.css";
|
||||
|
||||
Reference in New Issue
Block a user