Skip to content

Commit 668991d

Browse files
committed
Add a TODO comment
1 parent b620c29 commit 668991d

File tree

1 file changed

+2
-0
lines changed
  • src/components/index-page/what-is-graphql

1 file changed

+2
-0
lines changed

src/components/index-page/what-is-graphql/wires.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ export function Wires({ className }: { className?: string }) {
372372
const STEPS = 3
373373
const [step, inc] = useReducer(x => (x + 1) % STEPS, 1)
374374

375+
// TODO: Increment from 0 to 1 and 1 to 2 on `repeatEvent` in client and server edges.
376+
375377
return (
376378
<div className={clsx(className, "relative")}>
377379
<svg

0 commit comments

Comments
 (0)