We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da99eb commit 422ea02Copy full SHA for 422ea02
src/components/index-page/graphql-advantages/productivity.tsx
@@ -13,6 +13,8 @@ export function ProductivityFigure() {
13
loop
14
playsInline
15
className="hidden dark:block"
16
+ // @ts-expect-error @types/react doesn't support fetchPriority yet
17
+ fetchpriority="low"
18
>
19
<source
20
src={`${VIDEOS_DIR}/graphiql-dark.mp4`}
0 commit comments