From da408ef301bbd103d40997965458d0eea689b4ab Mon Sep 17 00:00:00 2001 From: Matt Rintoul Date: Fri, 11 Jul 2025 14:30:56 -0400 Subject: [PATCH 1/2] swap app.tsx to main.tsx --- guides/custom-marketplace.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/custom-marketplace.mdx b/guides/custom-marketplace.mdx index c8cc4177..69324394 100644 --- a/guides/custom-marketplace.mdx +++ b/guides/custom-marketplace.mdx @@ -193,7 +193,7 @@ export function getConfig() { ### Add the Marketplace SDK Providers Alongside Your Web SDK Providers -```ts App.tsx +```ts main.tsx import { StrictMode } from 'react' import { createRoot } from 'react-dom/client' import App from './App.tsx' @@ -327,7 +327,7 @@ function App() { function handleDisconnect() { disconnect(); } - + function onSelectCollection(value: MarketplaceCollection) { setCollectionSelected(value); } From 25a20df60b8467689539a953689353c94fcea6e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Jul 2025 18:31:42 +0000 Subject: [PATCH 2/2] chore(i18n): update translations [en] Sync file structure, format locales. Branch: 139/merge --- es/guides/custom-marketplace.mdx | 4 ++-- ja/guides/custom-marketplace.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/es/guides/custom-marketplace.mdx b/es/guides/custom-marketplace.mdx index b796e9dd..2ea07fa6 100644 --- a/es/guides/custom-marketplace.mdx +++ b/es/guides/custom-marketplace.mdx @@ -187,7 +187,7 @@ export function getConfig() { ### Agregue los proveedores de Marketplace SDK junto con los proveedores de su Web SDK -```ts App.tsx +```ts main.tsx import { StrictMode } from 'react' import { createRoot } from 'react-dom/client' import App from './App.tsx' @@ -320,7 +320,7 @@ function App() { function handleDisconnect() { disconnect(); } - + function onSelectCollection(value: MarketplaceCollection) { setCollectionSelected(value); } diff --git a/ja/guides/custom-marketplace.mdx b/ja/guides/custom-marketplace.mdx index d68625d6..4a6d871b 100644 --- a/ja/guides/custom-marketplace.mdx +++ b/ja/guides/custom-marketplace.mdx @@ -187,7 +187,7 @@ export function getConfig() { ### Marketplace SDK プロバイダーを Web SDK プロバイダーと一緒に追加 -```ts App.tsx +```ts main.tsx import { StrictMode } from 'react' import { createRoot } from 'react-dom/client' import App from './App.tsx' @@ -320,7 +320,7 @@ function App() { function handleDisconnect() { disconnect(); } - + function onSelectCollection(value: MarketplaceCollection) { setCollectionSelected(value); }