Skip to content

Fix the framework picker for form #18

Fix the framework picker for form

Fix the framework picker for form #18

Triggered via pull request January 11, 2024 22:48
Status Success
Total duration 32s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
PR: app/components/CodeBlock.tsx#L14
Do not use "require"
PR: app/components/CodeBlock.tsx#L15
Do not use "require"
PR: app/components/MarkdownLink.tsx#L1
All imports in the declaration are only used as types. Use `import type`
PR: app/components/MarkdownLink.tsx#L6
Anchors must have content and the content must be accessible by a screen reader
PR: app/components/MarkdownLink.tsx#L9
Anchors must have content and the content must be accessible by a screen reader
PR: app/components/Mdx.tsx#L26
Component definition is missing display name
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/routes/_index.tsx#L562
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
PR: app/routes/blog._index.tsx#L72
Missing "key" prop for element in iterator
PR: app/routes/sponsor-login.tsx#L100
React Hook React.useEffect has missing dependencies: 'discordState', 'githubState', 'setDiscordCode', and 'setGithubCode'. Either include them or remove the dependency array