Skip to content

fix prev/next links #524

fix prev/next links

fix prev/next links #524

Triggered via pull request May 14, 2025 19:05
Status Success
Total duration 1m 13s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/MarkdownLink.tsx#L8
Anchors must have content and the content must be accessible by a screen reader
PR: src/components/GoogleScripts.tsx#L114
React Hook React.useEffect has missing dependencies: 'adId', 'adSlot.id', 'adSlot.refreshInterval', 'adSlot.sizes', and 'adSlot.targeting'. 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#L369
'mounted' is assigned a value but never used
PR: src/components/DocsLayout.tsx#L132
'libraryId' is assigned a value but never used
PR: src/components/DocsLayout.tsx#L28
'useThemeStore' is defined but never used
PR: src/components/DocsLayout.tsx#L19
'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