diff --git a/beta/src/pages/apis/useref.md b/beta/src/pages/apis/useref.md index aedca0474..7b6e215ee 100644 --- a/beta/src/pages/apis/useref.md +++ b/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)