mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
react 19 type migration
This commit is contained in:
committed by
Carlos Valente
parent
0eaec1f88f
commit
a69c5f354c
@@ -1,4 +1,4 @@
|
||||
import { MutableRefObject, useEffect, useRef } from 'react';
|
||||
import { RefObject, useEffect, useRef } from 'react';
|
||||
import { IoEllipsisHorizontal } from 'react-icons/io5';
|
||||
import { useSessionStorage } from '@mantine/hooks';
|
||||
import { flexRender, Table } from '@tanstack/react-table';
|
||||
@@ -22,7 +22,7 @@ interface EventRowProps {
|
||||
eventIndex: number;
|
||||
rowIndex: number;
|
||||
isPast?: boolean;
|
||||
selectedRef?: MutableRefObject<HTMLTableRowElement | null>;
|
||||
selectedRef?: RefObject<HTMLTableRowElement | null>;
|
||||
skip?: boolean;
|
||||
colour?: string;
|
||||
rowBgColour?: string;
|
||||
|
||||
Reference in New Issue
Block a user