Skip to content

update router/start #845

update router/start

update router/start #845

Triggered via pull request November 29, 2025 20:44
Status Success
Total duration 1m 18s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/OpenSourceStats.tsx#L182
Imported JSX component _OssStats must be in PascalCase or SCREAMING_SNAKE_CASE
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/DocsLayout.tsx#L176
'setShowBytes' is assigned a value but never used
PR: src/components/DocsLayout.tsx#L176
'showBytes' is assigned a value but never used
PR: src/components/Doc.tsx#L17
'GamLeader' is defined but never used
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/ClientAuth.tsx#L5
'Authenticated' is defined but never used
PR: src/components/BackgroundGradient.tsx#L2
'useMatch' is defined but never used