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.
Hello there!
In my tests I saw that
enterTimeout
andleaveTimeout
don't reflect any change to theNotificationContainer
component. Looking through the code I realized that this component just pass all it's props to theNotification
component and it just don't use these props, cause the names there are different there.