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 e0208f4 commit 2b50ecaCopy full SHA for 2b50eca
apps/playground-web/src/app/connect/in-app-wallet/ecosystem/page.tsx
@@ -1,3 +1,4 @@
1
+export const dynamic = "force-dynamic";
2
import { CodeExample } from "@/components/code/code-example";
3
import { EcosystemConnectEmbed } from "../../../../components/in-app-wallet/ecosystem";
4
import { Profiles } from "../../../../components/in-app-wallet/profile-sections";
apps/playground-web/src/app/connect/in-app-wallet/page.tsx
import { InAppConnectEmbed } from "../../../components/in-app-wallet/connect-button";
import { Profiles } from "../../../components/in-app-wallet/profile-sections";
0 commit comments