Alert Detail page #149
Annotations
5 errors and 4 warnings
Lint JS:
src/views/AlertDetails/AreaAlertInfo/AreaInfoDetail/index.tsx#L1
Run autofix to sort these imports!
|
Lint JS
Process completed with exit code 1.
|
Typecheck:
src/views/AlertDetails/AreaAlertInfo/AreaInfoDetail/index.tsx#L70
Cannot invoke an object which is possibly 'undefined'.
|
Typecheck:
src/views/AlertDetails/AreaAlertInfo/AreaInfoDetail/index.tsx#L72
Type of computed property's value is 'SetValueArg<string | undefined>', which is not assignable to type 'string | undefined'.
|
Typecheck
Process completed with exit code 2.
|
Lint JS:
src/views/AlertDetails/AreaAlertInfo/AreaInfoDetail/index.tsx#L1
Imports must be broken into multiple lines if there are more than 1 elements
|
Lint JS:
src/views/AlertDetails/CountryAlertMap/index.tsx#L26
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint JS:
src/views/AlertDetails/CountryAlertMap/index.tsx#L27
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint JS:
src/views/AlertDetails/index.tsx#L145
React Hook useCallback has a missing dependency: 'strings.countryAlertPageInfo'. Either include it or remove the dependency array
|