RadzenNotification cannot show multiple notification of same type

Hello,
i think if found a bug in the cmp RadzenNotification that occur in the demo too.

If u try to "Spam" a notification from the same method it will be shown only once, if u set the PayLoad property with the current datetime it will work correctly and allow u to spam.


With Payload = null

With Payload = Datime.Now

Thank

I added more info into screens.

I this a misbehavior?

This is caused by a recent PR: #1288 NotificationService: Missing IEquatable<T> Implementation by quicksln ยท Pull Request #1291 ยท radzenhq/radzen-blazor ยท GitHub.

1 Like