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
When a toast is modified, its height can change, which should update the toast offsets for all other toasts.
For example, in the below code the updated toast is stacked on top of another toast below.
toast.promise(promise,{loading: 'Saving...',success: `Settings saved! This message extends across multiple lines.`,error: `Could not save. This message extends across multiple lines.`});
The text was updated successfully, but these errors were encountered:
Holy cow that's ugly. Thanks for reporting this issue, will investigate. I’m looking into moving to a flexbox based approach where I don't do manual offset calculations so that this issue doesn't come up.
When a toast is modified, its height can change, which should update the toast offsets for all other toasts.
For example, in the below code the updated toast is stacked on top of another toast below.
The text was updated successfully, but these errors were encountered: