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 1115e11 commit b727804Copy full SHA for b727804
src/components/message/src/message.js
@@ -93,7 +93,7 @@ messageType.forEach(type => {
93
}
94
options.type = type
95
options.icon = options.icon
96
- return new Message(options)
+ return Message(options)
97
98
})
99
0 commit comments