Software Version Info
```plaintext
panel==1.5.4
Python 3.10.4
Windows 10 Home 22H2 (64-bit)
bokeh==3.6.0
Chrome 130.0.6723.117 (64-bit)
```
Description of expected behavior and the observed behavior
When sending multiple notifications within the duration time of previous notification, I expect to see all notifications, one below another, vanishing one after the other.
What I get with Panel 1.5.4 is seeing multiple copies of the last notification (type and the message).
This is a regression, because I remember not having this problem before updating Panel. I thing that Panel 1.5.3 did not have this issue.
Complete, minimal, self-contained example code that reproduces the issue
I would expect to see warning notification with the "Warning" message above info notification with "Info" message, instead of seeing info notification with "Info" message twice.
[x] I may be interested in making a pull request to address this
Running git diff v1.3.8 v1.4.0 panel/io/notifications.py panel/io/state.py panel/config.py and checking the difference, it looks like it is caused by #6533.
ALL software version info
Software Version Info
```plaintext panel==1.5.4 Python 3.10.4 Windows 10 Home 22H2 (64-bit) bokeh==3.6.0 Chrome 130.0.6723.117 (64-bit) ```Description of expected behavior and the observed behavior
When sending multiple notifications within the duration time of previous notification, I expect to see all notifications, one below another, vanishing one after the other.
What I get with Panel 1.5.4 is seeing multiple copies of the last notification (type and the message).
This is a regression, because I remember not having this problem before updating Panel. I thing that Panel 1.5.3 did not have this issue.
Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
I would expect to see warning notification with the "Warning" message above info notification with "Info" message, instead of seeing info notification with "Info" message twice.