From d5d889727d44dd8ec25fd8bd4ac9f9fb86698f4c Mon Sep 17 00:00:00 2001 From: Lorexia Date: Thu, 12 Oct 2023 16:10:52 +0200 Subject: [PATCH] Update callouts --- sdk/typescript/docs/pages/examples/mixnet.mdx | 4 ++-- sdk/typescript/docs/pages/playground/traffic.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/typescript/docs/pages/examples/mixnet.mdx b/sdk/typescript/docs/pages/examples/mixnet.mdx index f4b45f454d..20c80af4e8 100644 --- a/sdk/typescript/docs/pages/examples/mixnet.mdx +++ b/sdk/typescript/docs/pages/examples/mixnet.mdx @@ -40,7 +40,7 @@ import { createNymMixnetClient, NymMixnetClient, Payload } from "@nymproject/sdk ##### Example: using the SDK's Mixnet Client to send and receive messages over the Nym mixnet By pasting the below code example, you should be able to send and receive messages through the mixnet through an unstyled mixnet app template! - + For this example, we will be using the `full-fat` version of the ESM SDK. If you'd like to use the unbundled version of the ESM one, make sure your [bundler configuration](../../bundling/bundling) copies the WebAssembly (WASM) and web worker files to the output bundle. @@ -146,7 +146,7 @@ export default function App () { } ``` - + If you encounter a Gateway client error that persists even after a hard refresh, you may need to take the following steps: Open your browser's console => Navigate to the "Application" tab => Delete the databases listed under "IndexedDB". Additionally, please be aware that the mixnet client is currently limited to functioning in local development environments due to SSL-related issues. diff --git a/sdk/typescript/docs/pages/playground/traffic.mdx b/sdk/typescript/docs/pages/playground/traffic.mdx index 902ce1ccd3..8435f3b2f0 100644 --- a/sdk/typescript/docs/pages/playground/traffic.mdx +++ b/sdk/typescript/docs/pages/playground/traffic.mdx @@ -4,7 +4,7 @@ import { Traffic } from '../../components/traffic'; import Box from '@mui/material/Box'; import FormattedTrafficExampleCode from '../../code-examples/traffic-example-code.mdx'; - + Currently, due to SSL-related issues, the mixnet client is functional exclusively in local development environments. Unless you clone this repository or create your own build, you may encounter limitations when attempting to test this example.