minhtranite / react-notifications

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

NotificationContainer properties are not being used #8

Open willgm opened 8 years ago

willgm commented 8 years ago

Hello there!

In my tests I saw that enterTimeout and leaveTimeout don't reflect any change to the NotificationContainer component. Looking through the code I realized that this component just pass all it's props to the Notification component and it just don't use these props, cause the names there are different there.