Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions es/guides/custom-marketplace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -320,7 +320,7 @@ function App() {
function handleDisconnect() {
disconnect();
}

function onSelectCollection(value: MarketplaceCollection) {
setCollectionSelected(value);
}
Expand Down
4 changes: 2 additions & 2 deletions guides/custom-marketplace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -327,7 +327,7 @@ function App() {
function handleDisconnect() {
disconnect();
}

function onSelectCollection(value: MarketplaceCollection) {
setCollectionSelected(value);
}
Expand Down
4 changes: 2 additions & 2 deletions ja/guides/custom-marketplace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -320,7 +320,7 @@ function App() {
function handleDisconnect() {
disconnect();
}

function onSelectCollection(value: MarketplaceCollection) {
setCollectionSelected(value);
}
Expand Down