Update pnpm deps #773
Annotations
10 errors
src/components/AppBar.tsx#L199
Type '{ key: string; }' is not assignable to type 'GlobalJSXIntrinsicAttributes'.
|
src/components/AppBar.tsx#L215
Type '{ tw: string; }' is not assignable to type 'GlobalJSXIntrinsicAttributes'.
|
src/components/ColumnSelector/ColumnListItem.tsx#L62
Type '{ key: string; tag: string; color: Color; tw: string; }' is not assignable to type 'IntrinsicAttributes & Props'.
|
src/components/ColumnSelector/ColumnListItem.tsx#L69
Type '{ tag: string; tw: string; }' is not assignable to type 'IntrinsicAttributes & Props'.
|
src/components/ColumnSelector/ColumnSelector.tsx#L98
Type '{ key: string; column: DataColumn; selected: true; onChangeSelected: (column: DataColumn, selected: boolean) => void; }' is not assignable to type 'IntrinsicAttributes & Props'.
|
src/components/ColumnSelector/ColumnSelector.tsx#L111
Type '{ key: string; column: DataColumn; selected: false; onChangeSelected: (column: DataColumn, selected: boolean) => void; }' is not assignable to type 'IntrinsicAttributes & Props'.
|
src/components/FileBrowser/AddressBar.tsx#L34
Type '{ children: Element[]; key: string; }' is not assignable to type 'IntrinsicAttributes & { children?: ReactNode; }'.
|
src/components/FilterBar/ValueInput.tsx#L94
Type '{ tw: string; checked: any; onChange: ((value: any) => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & Props'.
|
src/components/LineChart/LineChart.tsx#L270
Type '{ children: Element; tw: string; width: string; height: string; debounce: number; }' is not assignable to type 'IntrinsicAttributes & Props & RefAttributes<unknown>'.
|
src/components/LoadingIndicator.tsx#L19
Type '{ tw: string; }' is not assignable to type 'IntrinsicAttributes & Props'.
|
The logs for this run have expired and are no longer available.
Loading