Skip to content

feat: add devtools project #649

feat: add devtools project

feat: add devtools project #649

Triggered via pull request August 1, 2025 17:39
Status Success
Total duration 1m 28s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
PR: src/libraries/store.tsx#L3
'FaBolt' is defined but never used
PR: src/libraries/db.tsx#L2
'VscPreview' is defined but never used
PR: src/hooks/useSessionStorage.ts#L21
React Hook React.useEffect has a missing dependency: 'key'. Either include it or remove the dependency array
PR: src/components/SponsorPack.tsx#L121
Expected '===' and instead saw '=='
PR: src/components/SponsorPack.tsx#L118
Expected '===' and instead saw '=='
PR: src/components/SearchModal.tsx#L254
React Hook React.useEffect has missing dependencies: 'items' and 'refine'. Either include them or remove the dependency array
PR: src/components/SearchModal.tsx#L184
React Hook React.useEffect has missing dependencies: 'items', 'refine', and 'subpathname'. Either include them or remove the dependency array
PR: src/components/NpmStatsChart.tsx#L73
The ref value 'plotRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'plotRef.current' to a variable inside the effect, and use that variable in the cleanup function
PR: src/components/CookieConsent.tsx#L87
React Hook useEffect has missing dependencies: 'consentSettings' and 'updateGTMConsent'. Either include them or remove the dependency array
PR: src/components/BackgroundAnimation.tsx#L222
'x' is assigned a value but never used