5.6.4版本,参考README: import Notification from 'rc-notification'; Notification.newInstance({}, notification => { notification.notice({ content: 'content' }); }); 但是会有Notification上不存在属性“newInstance”的错误
5.6.4版本,参考README:
import Notification from 'rc-notification';
Notification.newInstance({}, notification => {
notification.notice({
content: 'content'
});
});
但是会有Notification上不存在属性“newInstance”的错误