fix(data-warehouse): data warehouse scene ui updates #72737
Annotations
3 errors and 1 warning
Generate logic types and run typescript with strict:
frontend/src/lib/components/DatabaseTableTree/TreeRow.tsx#L72
Type '{ style: { fontSize: number; marginTop: number; }; }' is not assignable to type 'IntrinsicAttributes & SpinnerProps'.
|
Generate logic types and run typescript with strict:
frontend/src/scenes/data-warehouse/external/DataWarehouseTables.tsx#L105
Argument of type '{ name: string; items: { table: DataWarehouseTableType; icon: JSX.Element; }[]; isLoading: boolean; }' is not assignable to parameter of type '{ name: string; items: { table: DataWarehouseTableType; icon: Element; }[]; emptyLabel: Element; isLoading: boolean; } | { name: string; items: { table: DataWarehouseTableType; icon: Element; }[]; emptyLabel?: undefined; isLoading?: undefined; }'.
|
Generate logic types and run typescript with strict
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading