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
Is there any way to check whether an message already exists?
I got an interval that is trying to show it each 10 seconds, but I don't want to if there is one already - otherwise they just animate again. Isn't there like a global id to check whether they exist?
The text was updated successfully, but these errors were encountered:
Sorry about that, by now I recomendo to use the events 'onShow' and 'onHide' to catch up yourself in a state or global state variable whether the message are shown (true) and when gone hidden (false).
I know that it's a lot more complex than what you ask, but somehow solve the problem by now.
Hi,
Is there any way to check whether an message already exists?
I got an interval that is trying to show it each 10 seconds, but I don't want to if there is one already - otherwise they just animate again. Isn't there like a global id to check whether they exist?
The text was updated successfully, but these errors were encountered: