diff --git a/components/notification/index.jsx b/components/notification/index.jsx index ab7cb49756..0810c52247 100644 --- a/components/notification/index.jsx +++ b/components/notification/index.jsx @@ -59,6 +59,7 @@ function notice(args) { duration: duration, closable: true, onClose: args.onClose, + key: args.key, style: {} }); } else { @@ -73,6 +74,7 @@ function notice(args) { duration: duration, closable: true, onClose: args.onClose, + key: args.key, style: {} }); } else {