Skip to content

Commit f3d3e05

Browse files
authored
docs(guide/deferred): Fixed code highlights in details element (#9612)
1 parent 30bcf54 commit f3d3e05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- danielberndt
3333
- dauletbaev
3434
- david-crespo
35+
- DigitalNaut
3536
- dmitrytarassov
3637
- dokeet
3738
- Drishtantr

docs/guides/deferred.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function PackageRoute() {
112112
113113
If you're not jazzed about bringing back render props, you can use a hook, but you'll have to break things out into another component:
114114
115-
```jsx lines=[21]
115+
```jsx lines=[11, 16, 23-31]
116116
export default function PackageRoute() {
117117
const data = useLoaderData();
118118

0 commit comments

Comments
 (0)