Fix overflow #19
Annotations
1 error and 2 warnings
build-linux
Process completed with exit code 1.
|
build-linux:
client-next/src/components/ItineraryList/ItineraryHeaderContent.tsx#L28
React Hook useMemo has a missing dependency: 'maxSpan'. Either include it or remove the dependency array
|
build-linux:
client-next/src/components/ItineraryList/useContainerWidth.ts#L25
React Hook useEffect has an unnecessary dependency: 'containerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'containerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|