Skip to content

Commit

Permalink
docs(tutorials/address-book): fix typo (remix-run#12530)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzll authored Dec 12, 2024
1 parent f27c4c3 commit 821ae3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
- RobHannay
- robinvdvleuten
- rtmann
- rtzll
- rubeonline
- ryanflorence
- ryanhiebert
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/address-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ export default {
} satisfies Config;
```

You might have started noticing that whenever your refresh the page you get a flash of white before the app loads. Since we're only rendering on the client, there's nothing to show the user while the app is loading.
You might have started noticing that whenever you refresh the page you get a flash of white before the app loads. Since we're only rendering on the client, there's nothing to show the user while the app is loading.

👉 **Add a `HydrateFallback` export**

Expand Down

0 comments on commit 821ae3f

Please sign in to comment.