Skip to content

Commit 0c855c3

Browse files
authored
docs: stop render twice (#12654)
1 parent 028fe73 commit 0c855c3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
- gowthamvbhat
110110
- GraxMonzo
111111
- GuptaSiddhant
112+
- guppy0356
112113
- haivuw
113114
- hampelm
114115
- harshmangalam

docs/how-to/suspense.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export default function MyComponent({
5353
<Await resolve={nonCriticalData}>
5454
{(value) => <h3>Non critical value: {value}</h3>}
5555
</Await>
56-
<NonCriticalUI p={nonCriticalData} />
5756
</React.Suspense>
5857
</div>
5958
);

0 commit comments

Comments
 (0)