Fix Historical alert filter ,table filter #572
Annotations
7 errors and 4 warnings
Typecheck:
src/views/Home/AlertsTable/index.tsx#L141
Cannot find name 'selectedSeverityTypes'.
|
Typecheck:
src/views/Home/AlertsTable/index.tsx#L142
Cannot find name 'selectedCertaintyTypes'.
|
Typecheck:
src/views/Home/AlertsTable/index.tsx#L143
Cannot find name 'selectedUrgencyTypes'.
|
Typecheck:
src/views/Home/AlertsTable/index.tsx#L160
Cannot find name 'selectedSeverityTypes'.
|
Typecheck:
src/views/Home/AlertsTable/index.tsx#L161
Cannot find name 'selectedCertaintyTypes'.
|
Typecheck:
src/views/Home/AlertsTable/index.tsx#L162
Cannot find name 'selectedUrgencyTypes'.
|
Typecheck
Process completed with exit code 1.
|
Lint CSS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint JS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint JS:
src/views/Home/AlertsTable/index.tsx#L153
React Hook useEffect has unnecessary dependencies: 'selectedCertaintyTypes', 'selectedSeverityTypes', and 'selectedUrgencyTypes'. Either exclude them or remove the dependency array. Outer scope values like 'selectedSeverityTypes' aren't valid dependencies because mutating them doesn't re-render the component
|