Trips page redesign#53
Merged
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
frontend/router.tsx#L27
Fast refresh only works when a file only exports components. Move your component(s) to a separate file. If all exports are HOCs, add them to the `extraHOCs` option
|
|
Lint:
frontend/pages/[tripId]/index.tsx#L61
React Hook React.useEffect has a missing dependency: 'setShowAllHotspots'. Either include it or remove the dependency array
|
|
Lint:
frontend/modals/PersonalLocation.tsx#L27
React Hook React.useEffect has a missing dependency: 'setHalo'. Either include it or remove the dependency array
|
|
Lint:
frontend/modals/OpenBirding.tsx#L28
React Hook React.useEffect has a missing dependency: 'generateCode'. Either include it or remove the dependency array
|
|
Lint:
frontend/modals/Hotspot.tsx#L147
React Hook React.useEffect has missing dependencies: 'setHalo' and 'setSelectedMarkerId'. Either include them or remove the dependency array
|
|
Lint:
frontend/hooks/useWindowActive.ts#L20
React Hook React.useEffect has missing dependencies: 'onBlur' and 'onFocus'. Either include them or remove the dependency array. If 'onFocus' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
frontend/hooks/useFetchHotspots.ts#L27
The 'hotspots' logical expression could make the dependencies of useMemo Hook (at line 104) change on every render. To fix this, wrap the initialization of 'hotspots' in its own useMemo() Hook
|
|
Lint:
frontend/components/ui/button.tsx#L58
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
frontend/components/TripNav.tsx#L27
React Hook React.useEffect has a missing dependency: 'close'. Either include it or remove the dependency array
|
|
Lint:
frontend/components/SpeciesCard.tsx#L24
React Hook React.useEffect has a missing dependency: 'setSelectedSpecies'. Either include it or remove the dependency array
|
background
wait
wait-all
cancel
parallel
Loading