Skip to content

Add all routing parameters to debug UI #653

Add all routing parameters to debug UI

Add all routing parameters to debug UI #653

Triggered via pull request January 15, 2025 13:47
Status Failure
Total duration 38s
Artifacts

debug-client.yml

on: pull_request
debug-client
27s
debug-client
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L64
Unexpected any. Specify a different type
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L94
Unexpected any. Specify a different type
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L172
Unexpected any. Specify a different type
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L204
Unexpected any. Specify a different type
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L204
Unexpected any. Specify a different type
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L211
'_' is assigned a value but never used
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L222
'_' is assigned a value but never used
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L276
Unexpected any. Specify a different type
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L286
Unexpected any. Specify a different type
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L305
Unexpected any. Specify a different type
debug-client
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
debug-client: client/src/components/SearchInput/TripQueryArguments.tsx#L55
React Hook useEffect has a missing dependency: 'extractAllArgs'. Either include it or remove the dependency array
debug-client: client/src/components/SearchInput/TripSchemaContext.tsx#L73
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components