Add all routing parameters to debug UI #667
Annotations
1 error and 3 warnings
debug-client
Process completed with exit code 1.
|
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#L68
The 'extractAllArgs' function makes the dependencies of useEffect Hook (at line 63) change on every render. To fix this, wrap the definition of 'extractAllArgs' in its own useCallback() Hook
|
debug-client:
client/src/components/SearchInput/TripSchemaContext.tsx#L11
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|