indexiatech / re-notif

Redux & React based Notifications center.
http://indexiatech.github.io/re-notif
BSD 3-Clause "New" or "Revised" License
148 stars 45 forks source link

Allow HTML/React elements in message content #53

Closed Simek closed 7 years ago

Simek commented 7 years ago

More information about PropTypes.node here: https://facebook.github.io/react/docs/typechecking-with-proptypes.html

ATM passing HTML/React produces validation error in console. Regardless that everything seems working smoothly.