Remove unused header

This commit is contained in:
dan
2022-06-09 18:25:52 +01:00
committed by GitHub
parent 022c8ff29d
commit 678caa54ca

View File

@@ -15,7 +15,6 @@ const ref = useRef(initialValue)
- [Usage](#usage)
- [Referencing a value with a ref](#referencing-a-value-with-a-ref)
- [Manipulating the DOM with a ref](#manipulating-the-dom-with-a-ref)
- [Exposing a ref from your component](#exposing-a-ref-from-your-component)
- [Avoiding recreating the ref contents](#avoiding-recreating-the-ref-contents)
- [Reference](#reference)
- [`useRef(initialValue)`](#useref)