Button refactor#55
Draft
rawcomposition wants to merge 1 commit into
Draft
Annotations
10 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#L26
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/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#L115
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