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/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); } 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); }