chore(release): 1.29.4 #113
Annotations
10 errors
app/components/charts/cpuChart.tsx#L241
Argument of type '{ datasets: ({ spanGaps: number; fill: boolean | undefined; label: string; cubicInterpolationMode: string; tension: number; data: { x: Date; y: number; }[]; segment: { borderColor: (ctx: { p0: { stop: any; }; p1: { stop: any; };}) => CanvasGradient | ... 1 more ... | undefined; backgroundCo...' is not assignable to parameter of type 'SetStateAction<ChartData<"bar", (number | [number, number] | null)[], unknown>>'.
|
app/components/charts/cpuChart.tsx#L244
Type 'RefObject<Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>>' is not assignable to type 'ForwardedRef<ChartJSOrUndefined<"line", (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>> | undefined'.
|
app/components/charts/cpuChart.tsx#L244
Type '{ responsive: boolean; maintainAspectRatio: boolean; interaction: { intersect: boolean; mode: string; }; animation: { duration: number; resize: { duration: number; }; active: { duration: number; }; }; plugins: { ...; }; scales: { ...; }; }' is not assignable to type '_DeepPartialObject<CoreChartOptions<"line"> & ElementChartOptions<"line"> & PluginChartOptions<"line"> & DatasetChartOptions<"line"> & ScaleChartOptions<...> & LineControllerChartOptions>'.
|
app/components/charts/cpuChart.tsx#L244
Type 'ChartData<"bar", (number | [number, number] | null)[], unknown>' is not assignable to type 'ChartData<"line", (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>'.
|
app/components/charts/cpuChart.tsx#L311
Type '{ id: string; cpuId: string; createdAt: Date; load: string | null; speed: string | null; }' is missing the following properties from type '{ id: string; createdAt: Date; monitorId: string; hasError: boolean; memoryFree: string | null; memoryTotal: string | null; cpuLoad: string | null; cpuSpeed: string | null; ping: string | null; message: string | null; }[]': length, pop, push, concat, and 29 more.
|
app/components/charts/databaseMemoryChart.tsx#L225
Argument of type '{ datasets: { spanGaps: number; fill: boolean; label: string; cubicInterpolationMode: string; tension: number; data: any; segment: { borderColor: (ctx: { p0: { stop: any; }; p1: { stop: any; };}) => CanvasGradient | "transparent" | undefined; backgroundColor: (ctx: { p0: { stop: a...' is not assignable to parameter of type 'SetStateAction<ChartData<"bar", (number | [number, number] | null)[], unknown>>'.
|
app/components/charts/databaseMemoryChart.tsx#L245
Type 'RefObject<Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>>' is not assignable to type 'ForwardedRef<ChartJSOrUndefined<"line", (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>> | undefined'.
|
app/components/charts/databaseMemoryChart.tsx#L245
Type '{ responsive: boolean; maintainAspectRatio: boolean; interaction: { intersect: boolean; mode: string; }; animation: { duration: number; resize: { duration: number; }; active: { duration: number; }; }; plugins: { ...; }; scales: { ...; }; }' is not assignable to type '_DeepPartialObject<CoreChartOptions<"line"> & ElementChartOptions<"line"> & PluginChartOptions<"line"> & DatasetChartOptions<"line"> & ScaleChartOptions<...> & LineControllerChartOptions>'.
|
app/components/charts/databaseMemoryChart.tsx#L245
Type 'ChartData<"bar", (number | [number, number] | null)[], unknown>' is not assignable to type 'ChartData<"line", (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>'.
|
app/components/charts/driveChart.tsx#L236
Argument of type '{ datasets: ({ spanGaps: number; fill: boolean; label: string; cubicInterpolationMode: string; tension: number; data: any; segment: { borderColor: (ctx: { p0: { stop: any; }; p1: { stop: any; };}) => CanvasGradient | "transparent" | undefined; backgroundColor: (ctx: { p0: { stop: ...' is not assignable to parameter of type 'SetStateAction<ChartData<"bar", (number | [number, number] | null)[], unknown>>'.
|
The logs for this run have expired and are no longer available.
Loading