Add alert Info in Map #50
ci.yml
on: pull_request
Find unimported files
32s
Build
0s
Annotations
13 errors
Typecheck:
src/views/AlertMap/AlertDetail/index.tsx#L8
Cannot find module '#generated/types' or its corresponding type declarations.
|
Typecheck:
src/views/AlertMap/AlertDetail/index.tsx#L35
Parameter 'alert' implicitly has an 'any' type.
|
Typecheck:
src/views/AlertMap/index.tsx#L40
Cannot find module '#generated/types' or its corresponding type declarations.
|
Typecheck:
src/views/AlertMap/index.tsx#L217
'item' is of type 'unknown'.
|
Typecheck:
src/views/AlertMap/index.tsx#L227
'uniqueCountries' is possibly 'undefined'.
|
Typecheck:
src/views/AlertMap/index.tsx#L228
Parameter 'alert' implicitly has an 'any' type.
|
Typecheck:
src/views/Home/index.tsx#L23
Property 'onActiveCountryChange' is missing in type '{ bbox: undefined; }' but required in type 'Props'.
|
Typecheck
Process completed with exit code 2.
|
Find unimported files
Process completed with exit code 1.
|
Lint JS:
src/views/AlertMap/AlertDetail/index.tsx#L8
Unable to resolve path to module '#generated/types'
|
Lint JS:
src/views/AlertMap/index.tsx#L40
Unable to resolve path to module '#generated/types'
|
Lint JS:
src/views/AlertMap/index.tsx#L41
`#utils/constants` import should occur before import of `#generated/types`
|
Lint JS
Process completed with exit code 1.
|