diff --git a/contributors.yml b/contributors.yml index 37f1c4bac5..b9c4edca76 100644 --- a/contributors.yml +++ b/contributors.yml @@ -32,6 +32,7 @@ - danielberndt - dauletbaev - david-crespo +- DigitalNaut - dmitrytarassov - dokeet - Drishtantr diff --git a/docs/guides/deferred.md b/docs/guides/deferred.md index 9698799b7e..18f602e9af 100644 --- a/docs/guides/deferred.md +++ b/docs/guides/deferred.md @@ -112,7 +112,7 @@ export default function PackageRoute() { 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: -```jsx lines=[21] +```jsx lines=[11, 16, 23-31] export default function PackageRoute() { const data = useLoaderData();