mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -195,7 +195,7 @@ export function GradientDial({
|
||||
onChange,
|
||||
onClick,
|
||||
selectedKnob,
|
||||
}: PropsType): JSX.Element {
|
||||
}: PropsType): React.JSX.Element {
|
||||
const containerRef = useRef<HTMLDivElement | null>(null);
|
||||
|
||||
const [knobDim, setKnobDim] = useState<{
|
||||
|
||||
Reference in New Issue
Block a user