Skip to content

Commit 8eac612

Browse files
authored
Changed to better suggestion by @machour
Only highlighting code that changes from the previous example
1 parent ea1f21d commit 8eac612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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=[2, 7-13, 24]
115+
```jsx lines=[11, 16, 23-31]
116116
export default function PackageRoute() {
117117
const data = useLoaderData();
118118

0 commit comments

Comments
 (0)