Skip to content

Commit 1a0c6f4

Browse files
alexcamboseaditya520
authored andcommitted
add suspense
1 parent 5e1c144 commit 1a0c6f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/developer-hub/content/docs/price-feeds/core/price-feeds/price-feed-ids.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ slug: /price-feeds/core/price-feeds/price-feed-ids
55
---
66

77
import { Callout } from "fumadocs-ui/components/callout";
8+
import { Suspense } from "react";
89
import { PriceFeedIdsCoreTable } from "../../../../../src/components/PriceFeedIdsCoreTable";
910

1011
# Price Feed IDs
@@ -27,5 +28,6 @@ Developers using any of these testnets:
2728
Please use the **Beta** price feed IDs instead of the stable ones.
2829

2930
</Callout>
30-
31-
<PriceFeedIdsCoreTable />
31+
<Suspense>
32+
<PriceFeedIdsCoreTable />
33+
</Suspense>

0 commit comments

Comments
 (0)