Skip to content

fix: use the correct URL when the user clicks "Edit on Github" #485

fix: use the correct URL when the user clicks "Edit on Github"

fix: use the correct URL when the user clicks "Edit on Github" #485

Triggered via pull request May 3, 2025 15:23
Status Success
Total duration 1m 31s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
PR: app/components/SearchModal.tsx#L184
React Hook React.useEffect has missing dependencies: 'items', 'refine', and 'subpathname'. Either include them or remove the dependency array
PR: app/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: app/components/MarkdownLink.tsx#L8
Anchors must have content and the content must be accessible by a screen reader
PR: app/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: app/components/GoogleScripts.tsx#L4
'getLibrary' is defined but never used
PR: app/components/DocsLayout.tsx#L361
'mounted' is assigned a value but never used
PR: app/components/DocsLayout.tsx#L28
'useThemeStore' is defined but never used
PR: app/components/DocsLayout.tsx#L19
'capitalize' is defined but never used
PR: app/components/CookieConsent.tsx#L87
React Hook useEffect has missing dependencies: 'consentSettings' and 'updateGTMConsent'. Either include them or remove the dependency array
PR: app/components/BackgroundAnimation.tsx#L222
'x' is assigned a value but never used