From 5c00694c3a09e93d42c0a6fff9c7295fdf60497e Mon Sep 17 00:00:00 2001 From: bang Date: Fri, 4 Oct 2019 22:49:01 +0800 Subject: [PATCH] fix: temporary fixes #655 --- site/desktop/src/template/Content/Sandbox.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/desktop/src/template/Content/Sandbox.jsx b/site/desktop/src/template/Content/Sandbox.jsx index cf17a526b..6eaaf945e 100644 --- a/site/desktop/src/template/Content/Sandbox.jsx +++ b/site/desktop/src/template/Content/Sandbox.jsx @@ -73,7 +73,7 @@ rootTag: document.getElementById("root") extends: 'react-app', }, dependencies: { - '@ant-design/react-native': '^3.0.0', + '@ant-design/react-native': '3.1.15', 'antd-mobile-rn-scripts': 'latest', react: '^16.6.0', 'react-art': '^16.6.0',