From 02f921212421d60e4a096a4861eeb4d07770dd75 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Wed, 23 Dec 2015 16:33:51 +0800 Subject: [PATCH] fix: `visible` should not be set --- components/popconfirm/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/popconfirm/index.jsx b/components/popconfirm/index.jsx index 202ad9456f..f095519db0 100644 --- a/components/popconfirm/index.jsx +++ b/components/popconfirm/index.jsx @@ -36,7 +36,6 @@ export default React.createClass({ onCancel: noop, okText: '确定', cancelText: '取消', - visible: false, onVisibleChange() {}, }; },