We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affcdf8 commit fc7273aCopy full SHA for fc7273a
README.md
@@ -510,7 +510,7 @@ function DelayedEffect(props: { timerMs: number }) {
510
511
## useRef
512
513
-When using `useRef`, you have two options when creating a ref container that does not have an initial value:
+When using `useRef`, you have three options when creating a ref container that does not have an initial value:
514
515
```ts
516
const ref1 = useRef<HTMLElement>(null!);
0 commit comments