We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1813996 commit 159c549Copy full SHA for 159c549
components/vc-notification/Notification.jsx
@@ -81,7 +81,7 @@ const Notification = {
81
const key = notice.updateKey ? notice.updateKey : notice.key;
82
83
const { content, duration, closable, onClose, style, class: className } = notice;
84
- const close = createChainedFunction(remove.bind(this, key), onClose);
+ const close = createChainedFunction(remove.bind(this, notice.key), onClose);
85
const noticeProps = {
86
props: {
87
prefixCls,
0 commit comments