Skip to content

feat: contributors pages for repos #584

feat: contributors pages for repos

feat: contributors pages for repos #584

Triggered via pull request June 4, 2025 15:57
Status Success
Total duration 1m 23s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/GoogleScripts.tsx#L121
React Hook React.useEffect has missing dependencies: 'adId' and 'adSlot'. Either include them or remove the dependency array
PR: src/components/GoogleScripts.tsx#L4
'getLibrary' is defined but never used
PR: src/components/DocsLayout.tsx#L29
'useThemeStore' is defined but never used
PR: src/components/DocsLayout.tsx#L20
'capitalize' 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/BackgroundAnimation.tsx#L222
'x' is assigned a value but never used