Fixes #38090 - Add filtering to job invocation hosts table #577
Annotations
4 errors and 3 warnings
test_js (14):
webpack/JobInvocationDetail/JobInvocationHostTable.js#L55
Replace `.filter((x)·=>·x).map((fragment)·=>·`(${fragment}})`)` with `⏎······.filter(x·=>·x)⏎······.map(fragment·=>·`(${fragment}})`)⏎······`
|
test_js (14):
webpack/JobInvocationDetail/JobInvocationHostTable.js#L59
Expected '!==' and instead saw '!='
|
test_js (14):
webpack/JobInvocationDetail/JobInvocationHostTable.js#L92
'filter' is already declared in the upper scope
|
test_js (14)
Process completed with exit code 1.
|
test_js (14)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test_js (14):
webpack/react_app/components/TargetingHosts/index.js#L96
React Hook useEffect has a missing dependency: 'getData'. Either include it or remove the dependency array
|
test_js (14):
webpack/react_app/components/TargetingHosts/index.js#L100
React Hook useEffect has a missing dependency: 'handleSearch'. Either include it or remove the dependency array
|