themeteorchef / bert

A client side, multi-style alerts system for Meteor.
185 stars 27 forks source link

Bert alert does not take correct icon as per the type provided #63

Closed iiaishwarya closed 4 years ago

iiaishwarya commented 4 years ago

I am using Bert in a project Bert.alert("custom message", "success")

The alert shows the same icon as captured by the first call to Bert. The problem is solved if I refresh the page. Otherwise it is the same icon for the subsequent Bert calls

image

iiaishwarya commented 4 years ago

Upgrading the package to V 2.2.2 worked for me. :)