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