Subscription page integration #534
Annotations
10 errors
Typecheck:
src/views/HistoricalAlerts/index.tsx#L195
Property 'urgency' does not exist on type 'AlertFilter'.
|
Typecheck:
src/views/HistoricalAlerts/index.tsx#L196
Property 'severity' does not exist on type 'AlertFilter'.
|
Typecheck:
src/views/HistoricalAlerts/index.tsx#L197
Property 'certainty' does not exist on type 'AlertFilter'.
|
Typecheck:
src/views/HistoricalAlerts/index.tsx#L198
Property 'category' does not exist on type 'AlertFilter'.
|
Typecheck:
src/views/HistoricalAlerts/index.tsx#L390
Type '"urgency"' is not assignable to type '"id" | "region" | "country" | "sent" | "infos" | "admin1" | "AND" | "DISTINCT" | "NOT" | "OR"'.
|
Typecheck:
src/views/HistoricalAlerts/index.tsx#L394
Property 'urgency' does not exist on type 'AlertFilter'.
|
Typecheck:
src/views/HistoricalAlerts/index.tsx#L395
Type '(...args: EntriesAsList<AlertFilter>) => void' is not assignable to type '(newValue: AlertInfoUrgencyEnum[], name: "id" | "region" | "country" | "sent" | "infos" | "admin1" | "AND" | "DISTINCT" | "NOT" | "OR") => void'.
|
Typecheck:
src/views/HistoricalAlerts/index.tsx#L400
Type '"severity"' is not assignable to type '"id" | "region" | "country" | "sent" | "infos" | "admin1" | "AND" | "DISTINCT" | "NOT" | "OR"'.
|
Typecheck:
src/views/HistoricalAlerts/index.tsx#L404
Property 'severity' does not exist on type 'AlertFilter'.
|
Typecheck:
src/views/HistoricalAlerts/index.tsx#L405
Type '(...args: EntriesAsList<AlertFilter>) => void' is not assignable to type '(newValue: AlertInfoSeverityEnum[], name: "id" | "region" | "country" | "sent" | "infos" | "admin1" | "AND" | "DISTINCT" | "NOT" | "OR") => void'.
|