Skip to content

Commit c64b202

Browse files
committed
Add linebreak
1 parent 8b5ce4d commit c64b202

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

beta/src/pages/apis/usecontext.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ const value = useContext(SomeContext)
2424
- [My component doesn't see the value from my provider](#my-component-doesnt-see-the-value-from-my-provider)
2525
- [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)
2626

27+
---
28+
2729
## Usage {/*usage*/}
2830

2931

beta/src/pages/apis/useref.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ const ref = useRef(initialValue)
2222
- [Troubleshooting](#troubleshooting)
2323
- [I can’t get a ref to a custom component](#i-cant-get-a-ref-to-a-custom-component)
2424

25+
---
26+
2527
## Usage {/*usage*/}
2628

2729
### Referencing a value with a ref {/*referencing-a-value-with-a-ref*/}

0 commit comments

Comments
 (0)