You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing this same behavior when html is used as the message. The first notification's html persists and the second notifications html message doesn't completely override the previous one's html.
i create a notify message like
and hide it with message.hide().
but when i fire another notfiy like
there appears still the old one with the old html text, options like closable: false.
i think there should be a way to clear this. i tried it by reset each option manually but that is not the best way i guess ;-)
The text was updated successfully, but these errors were encountered: