Closed jankaifer closed 5 years ago
I also thought about removing all props
that are not modified ie. onClick
.
@JanKaifer Yes, I think you should remove all props that are not modified or handled specifically in the SemanticToast
component and just pass them down to the Message
component and let it handle them.
There is also some conflicts between this branch and master branch, can you please solve those? Also your PR #46 seems to contain the same updates as this one.
Yay I forgot to push in #46. It should be ok now.
And I've also removed all those unmodified props.
I have also closed #46 because the issue #40 is fixed removing size
prop altogether.
Ok, looks good, will merge.
Fixed issues with MR #42.
fixes #40