Support for React 19 #14660
Annotations
10 errors
Run pnpm run test --filter=react-workshop
Parameter 'close' implicitly has an 'any' type.
|
Run pnpm run test --filter=react-workshop
Parameter 'close' implicitly has an 'any' type.
|
Run pnpm run test --filter=react-workshop
Parameter 'close' implicitly has an 'any' type.
|
Run pnpm run test --filter=react-workshop
Type '({ id: string; Header: string; accessor: string; Cell?: undefined; } | { Header: string; Cell: ({ row: { index } }: CellProps<Record<string, string>>) => Element; id?: undefined; accessor?: undefined; })[]' is not assignable to type 'Column<{ name: string; }>[]'.
|
Run pnpm run test --filter=react-workshop
Parameter 'e' implicitly has an 'any' type.
|
Run pnpm run test --filter=react-workshop
Parameter 'e' implicitly has an 'any' type.
|
Run pnpm run test --filter=react-workshop
Type '({ id: string; Header: string; accessor: string; Filter: <T extends Record<string, unknown>>(props: TableFilterProps<T>) => Element; maxWidth?: undefined; width?: undefined; Cell?: undefined; } | { ...; } | { ...; })[]' is not assignable to type 'Column<{ name: string; description: string; }>[]'.
|
Run pnpm run test --filter=react-workshop
Type '({ id: string; Header: string; accessor: string; Filter: <T extends Record<string, unknown>>(props: TableFilterProps<T>) => Element; maxWidth?: undefined; width?: undefined; Cell?: undefined; } | { ...; } | { ...; })[]' is not assignable to type 'Column<{ name: string; description: string; }>[]'.
|
Run pnpm run test --filter=react-workshop
react-workshop#build: command (/home/runner/work/iTwinUI/iTwinUI/apps/react-workshop) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
Run pnpm run test --filter=react-workshop
Type '({ id: string; Header: string; accessor: string; Filter: <T extends Record<string, unknown>>(props: TableFilterProps<T>) => Element; maxWidth?: undefined; } | { id: string; Header: string; accessor: string; maxWidth: number; Filter?: undefined; })[]' is not assignable to type 'Column<{ name: string; description: string; }>[]'.
|
Loading