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 71099a5 commit 7c39c44Copy full SHA for 7c39c44
docs/start/overview.md
@@ -409,7 +409,7 @@ function Issue() {
409
{/* Await manages the deferred data (promise) */}
410
<Await resolve={history}>
411
{/* this calls back when the data is resolved */}
412
- {(history) => <IssueHistory history={history} />}
+ {(resolvedHistory) => <IssueHistory history={resolvedHistory} />}
413
</Await>
414
</Suspense>
415
0 commit comments