Browse Source

Remove unused header

main
dan 3 years ago
committed by GitHub
parent
commit
678caa54ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      beta/src/pages/apis/useref.md

1
beta/src/pages/apis/useref.md

@ -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)

Loading…
Cancel
Save