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 028fe73 commit 0c855c3Copy full SHA for 0c855c3
contributors.yml
@@ -109,6 +109,7 @@
109
- gowthamvbhat
110
- GraxMonzo
111
- GuptaSiddhant
112
+- guppy0356
113
- haivuw
114
- hampelm
115
- harshmangalam
docs/how-to/suspense.md
@@ -53,7 +53,6 @@ export default function MyComponent({
53
<Await resolve={nonCriticalData}>
54
{(value) => <h3>Non critical value: {value}</h3>}
55
</Await>
56
- <NonCriticalUI p={nonCriticalData} />
57
</React.Suspense>
58
</div>
59
);
0 commit comments