Browse Source

Remove highlighted line in code example (#1322)

main
Misha Moroshko 6 years ago
committed by Sophie Alpert
parent
commit
a1c7038255
  1. 2
      content/docs/hooks-faq.md

2
content/docs/hooks-faq.md

@ -127,7 +127,7 @@ Yes! The [`useRef()`](/docs/hooks-reference.html#useref) Hook isn't just for DOM
You can write to it from inside `useEffect`:
```js{2,8,15}
```js{2,8}
function Timer() {
const intervalRef = useRef();

Loading…
Cancel
Save