We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a31fd3 commit bdda185Copy full SHA for bdda185
components/message/index.js
@@ -74,7 +74,7 @@ function notice(args) {
74
) : (
75
''
76
)}
77
- <span>{typeof content === 'function' ? args.content(h) : args.content}</span>
+ <span>{typeof args.content === 'function' ? args.content(h) : args.content}</span>
78
</div>
79
),
80
onClose: callback,
0 commit comments