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 5e1c144 commit 1a0c6f4Copy full SHA for 1a0c6f4
apps/developer-hub/content/docs/price-feeds/core/price-feeds/price-feed-ids.mdx
@@ -5,6 +5,7 @@ slug: /price-feeds/core/price-feeds/price-feed-ids
5
---
6
7
import { Callout } from "fumadocs-ui/components/callout";
8
+import { Suspense } from "react";
9
import { PriceFeedIdsCoreTable } from "../../../../../src/components/PriceFeedIdsCoreTable";
10
11
# Price Feed IDs
@@ -27,5 +28,6 @@ Developers using any of these testnets:
27
28
Please use the **Beta** price feed IDs instead of the stable ones.
29
30
</Callout>
-
31
-<PriceFeedIdsCoreTable />
+<Suspense>
32
+ <PriceFeedIdsCoreTable />
33
+</Suspense>
0 commit comments