Alexandru Cambose 1 週間 前
コミット
1a0c6f4f2e

+ 4 - 2
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
 ---
 
 import { Callout } from "fumadocs-ui/components/callout";
+import { Suspense } from "react";
 import { PriceFeedIdsCoreTable } from "../../../../../src/components/PriceFeedIdsCoreTable";
 
 # Price Feed IDs
@@ -27,5 +28,6 @@ Developers using any of these testnets:
 Please use the **Beta** price feed IDs instead of the stable ones.
 
 </Callout>
-
-<PriceFeedIdsCoreTable />
+<Suspense>
+  <PriceFeedIdsCoreTable />
+</Suspense>