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
causes a JavaScript error when pressing the button twice or when resizing the window while a notification is visible:
quasar.umd.prod.js:6 Notify: trying to update a grouped one which is forbidden {message: 'Hi!', position: 'bottom', closeBtn: 'OK', multiLine: false, onDismiss: ƒ}
What is happening? 🤔
The text was updated successfully, but these errors were encountered:
But I noticed that if you try to dismiss a grouped notification (indicated by a red badge in its top left corner), there are UI elements remaining in memory:
Description
A simple example like
causes a JavaScript error when pressing the button twice or when resizing the window while a notification is visible:
What is happening? 🤔
The text was updated successfully, but these errors were encountered: