minhtranite / react-notifications

Notification component for ReactJS
https://www.npmjs.com/package/react-notifications
287 stars 65 forks source link

Allow React JSX as a message prop #16

Closed maieutiquer closed 7 years ago

maieutiquer commented 7 years ago

This is useful when formatted messages are required. Currently works, but throws a warning because it expects a string.

minhtranite commented 7 years ago

Fixed, https://github.com/minhtranite/react-notifications/pull/12