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 8dda031 commit bf48484Copy full SHA for bf48484
src/components/index-page/how-it-works/index.tsx
@@ -25,7 +25,7 @@ export function HowItWorks() {
25
<h2 className="typography-h2 mb-6 lg:mb-16">A GraphQL Query</h2>
26
<ol className="gql-radial-gradient list-none gap-px max-md:bg-gradient-to-r max-md:from-transparent max-md:via-neu-400 max-md:to-transparent lg:grid lg:grid-cols-3">
27
<HowItWorksListItem text="Describe your data" code={<CodeA />} />
28
- {/* TODO: There's a blink on transition. We need to mount the new editor before unmounting the old one. */}
+ {/* TODO: There's a blink on transition sometimes. We need to mount the new editor before unmounting the old one. */}
29
{inView ? (
30
<InteractiveEditor />
31
) : (
0 commit comments