From 87d138ba56d352c79390880dd1f5368ac1754a96 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 8 Aug 2022 17:52:39 +0800 Subject: [PATCH] docs: upgrade codesandbox to react 18 (#36951) --- .codesandbox/ci.json | 2 +- docs/react/getting-started.en-US.md | 2 +- docs/react/getting-started.zh-CN.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 32029757a5..c1e8e1305f 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,4 +1,4 @@ { - "sandboxes": ["antd-reproduction-template-6e93z"], + "sandboxes": ["antd-reproduction-template-y9vgcf"], "node": "14" } diff --git a/docs/react/getting-started.en-US.md b/docs/react/getting-started.en-US.md index e76069c40b..92ab7074cb 100755 --- a/docs/react/getting-started.en-US.md +++ b/docs/react/getting-started.en-US.md @@ -16,7 +16,7 @@ Finally, if you are working in a local development environment, please refer to Here is a simple online codesandbox demo of an Ant Design component to show the usage of Ant Design React.