Update type for new React Aria type definitions

This commit is contained in:
Vincent 2024-08-01 12:47:00 +02:00 коммит произвёл dependabot[bot]
Родитель 3802fe2dc2
Коммит 82a8f25489
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -868,7 +868,7 @@ export const PlansTable = (props: Props & ScanLimitProp) => {
};
const Table = (
props: TableStateProps<object> & AriaTableProps<object> & ScanLimitProp,
props: TableStateProps<object> & AriaTableProps & ScanLimitProp,
) => {
const tableRef = useRef<HTMLTableElement>(null);
const tableState = useTableState(props);