Skip to content

feat: add svelte form #463

feat: add svelte form

feat: add svelte form #463

Triggered via pull request April 24, 2025 19:30
Status Success
Total duration 1m 20s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
PR: app/hooks/useSessionStorage.ts#L21
React Hook React.useEffect has a missing dependency: 'key'. Either include it or remove the dependency array
PR: app/components/SponsorPack.tsx#L121
Expected '===' and instead saw '=='
PR: app/components/SponsorPack.tsx#L118
Expected '===' and instead saw '=='
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#L89
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#L38
'DocContainer' is defined but never used
PR: app/components/DocsLayout.tsx#L17
'Carbon' 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