Add linebreak

This commit is contained in:
Dan Abramov
2022-03-07 18:34:06 +00:00
parent 8b5ce4dcb5
commit c64b202b9e
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ const value = useContext(SomeContext)
- [My component doesn't see the value from my provider](#my-component-doesnt-see-the-value-from-my-provider)
- [I am always getting undefined from my context although the default value is different](#i-am-always-getting-undefined-from-my-context-although-the-default-value-is-different)
---
## Usage {/*usage*/}

View File

@@ -22,6 +22,8 @@ const ref = useRef(initialValue)
- [Troubleshooting](#troubleshooting)
- [I cant get a ref to a custom component](#i-cant-get-a-ref-to-a-custom-component)
---
## Usage {/*usage*/}
### Referencing a value with a ref {/*referencing-a-value-with-a-ref*/}