【发布时间】:2018-10-03 15:19:03
【问题描述】:
我正在使用 showNotification 向用户显示消息。 消息按预期显示和隐藏,但颜色与任何级别都相同(灰色):
this.props.showNotification(error.message, 'error')
this.props.showNotification('Done', 'success')
【问题讨论】:
我正在使用 showNotification 向用户显示消息。 消息按预期显示和隐藏,但颜色与任何级别都相同(灰色):
this.props.showNotification(error.message, 'error')
this.props.showNotification('Done', 'success')
【问题讨论】:
我们应该正确记录这一点。支持的通知类型为info 和warning
【讨论】: