We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a767260 commit cb51bcfCopy full SHA for cb51bcf
docs/guides/deferred.md
@@ -65,7 +65,7 @@ Let's take a dive into how to accomplish this.
65
66
Start by adding `<Await />` for your slow data requests where you'd rather render a fallback UI. Let's do that for our example above:
67
68
-```jsx lines=[1,5,10,20-33]
+```jsx lines=[3,9,13,24-40]
69
import {
70
Await,
71
defer,
0 commit comments