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 think you can dismiss loading toast (with duration Infinity) by creating another toast (like success toast of doing smth) that will dismiss all previous toast. But I will take a look into this.
cc: @baronha
Hi I noticed the loading preset,
is it possible in this library to wait for example for some data to load then imperatively dismiss it in your code e.g.
alert or toast({preset: 'loading', title: 'Fetching data...'})
then when needed
.dismiss();
The text was updated successfully, but these errors were encountered: