Merge branch 'master' of github.com:atlas-bi/System #43
Annotations
10 errors
app/components/charts/driveBar.tsx#L1
Module '"@prisma/client"' has no exported member 'Usage'.
|
app/components/charts/driveBar.tsx#L122
Type 'RefObject<Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>>' is not assignable to type 'ForwardedRef<ChartJSOrUndefined<"bar", (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>> | undefined'.
|
app/components/charts/driveBar.tsx#L122
Type '{ responsive: boolean; plugins: { title: { display: boolean; text: string; }; }; scales: { y: { type: "linear"; display: boolean; position: "left"; beginAtZero: boolean; ticks: { callback: (value: string) => string; }; stacked: boolean; }; x: { ...; }; }; }' is not assignable to type '_DeepPartialObject<CoreChartOptions<"bar"> & ElementChartOptions<"bar"> & PluginChartOptions<"bar"> & DatasetChartOptions<"bar"> & ScaleChartOptions<...> & BarControllerChartOptions>'.
|
app/components/charts/driveDoughnut.tsx#L104
Type 'RefObject<Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>>' is not assignable to type 'ForwardedRef<ChartJSOrUndefined<"doughnut", (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>> | undefined'.
|
app/components/charts/driveDoughnut.tsx#L115
Type '{ responsive: true; plugins: { tooltip: { enabled: false; }; legend: { display: false; }; }; centerText: () => number | "-1"; rotation: number; circumference: number; animation: { animateScale: false; animateRotate: true; }; redraw: true; cutout: string; transitions: { ...; }; }' is not assignable to type '_DeepPartialObject<CoreChartOptions<"doughnut"> & ElementChartOptions<"doughnut"> & PluginChartOptions<"doughnut"> & DatasetChartOptions<"doughnut"> & ScaleChartOptions<...> & DoughnutControllerChartOptions>'.
|
app/components/charts/driveDoughnut.tsx#L145
Property 'centerText' does not exist on type '_DeepPartialObject<CoreChartOptions<keyof ChartTypeRegistry> & ElementChartOptions<keyof ChartTypeRegistry> & PluginChartOptions<...> & DatasetChartOptions<...> & ScaleChartOptions<...>>'.
|
app/components/nav/NewMonitor.tsx#L36
Argument of type '{}' is not assignable to parameter of type '(GetResult<{ id: string; createdAt: Date; updatedAt: Date; name: string; type: string; smtpPort: string | null; smtpUsername: string | null; smtpHost: string | null; smtpPassword: string | null; ... 9 more ...; tgProtectMessage: boolean | null; }, unknown> & {}) | (() => GetResult<...> & {})'.
|
app/components/nav/NewMonitor.tsx#L40
Argument of type '{}' is not assignable to parameter of type 'SetStateAction<GetResult<{ id: string; createdAt: Date; updatedAt: Date; name: string; type: string; smtpPort: string | null; smtpUsername: string | null; smtpHost: string | null; smtpPassword: string | null; ... 9 more ...; tgProtectMessage: boolean | null; }, unknown> & {}>'.
|
app/components/nav/NewMonitor.tsx#L116
Argument of type '{ host: string; id: string; createdAt: Date; updatedAt: Date; name: string; type: string; smtpPort: string | null; smtpUsername: string | null; smtpHost: string | null; smtpPassword: string | null; ... 9 more ...; tgProtectMessage: boolean | null; }' is not assignable to parameter of type 'SetStateAction<GetResult<{ id: string; createdAt: Date; updatedAt: Date; name: string; type: string; smtpPort: string | null; smtpUsername: string | null; smtpHost: string | null; smtpPassword: string | null; ... 9 more ...; tgProtectMessage: boolean | null; }, unknown> & {}>'.
|
app/components/nav/NewMonitor.tsx#L128
Argument of type '{ port: number; id: string; createdAt: Date; updatedAt: Date; name: string; type: string; smtpPort: string | null; smtpUsername: string | null; smtpHost: string | null; smtpPassword: string | null; ... 9 more ...; tgProtectMessage: boolean | null; }' is not assignable to parameter of type 'SetStateAction<GetResult<{ id: string; createdAt: Date; updatedAt: Date; name: string; type: string; smtpPort: string | null; smtpUsername: string | null; smtpHost: string | null; smtpPassword: string | null; ... 9 more ...; tgProtectMessage: boolean | null; }, unknown> & {}>'.
|
The logs for this run have expired and are no longer available.
Loading