Subscription page integration #543
Annotations
3 errors and 1 warning
Typecheck:
src/views/Home/AlertsMap/index.tsx#L253
Property 'onSuccess' is missing in type '{ subscription: { filterAlertUrgencies: AlertInfoUrgencyEnum[] | undefined; filterAlertCertainties: AlertInfoCertaintyEnum[] | undefined; filterAlertSeverities: AlertInfoSeverityEnum[] | undefined; filterAlertCountry: string; filterAlertAdmin1s: string[]; }; onCloseModal: () => void; }' but required in type 'Props'.
|
Typecheck:
src/views/Home/AlertsTable/index.tsx#L365
Property 'onSuccess' is missing in type '{ onCloseModal: () => void; subscription: { id: string; name: string; filterAlertUrgencies: AlertInfoUrgencyEnum[] | undefined; filterAlertCertainties: AlertInfoCertaintyEnum[] | undefined; filterAlertSeverities: AlertInfoSeverityEnum[] | undefined; filterAlertCategories: AlertInfoCategoryEnum[] | undefined; filterA...' but required in type 'Props'.
|
Typecheck
Process completed with exit code 2.
|
Lint JS:
src/views/MySubscription/index.tsx#L358
React Hook useCallback has a missing dependency: 'handleEditSubscription'. Either include it or remove the dependency array
|