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'm encountering a problem with the toast notification in my application. After triggering a toast.success message, the toast appears as expected. However, if I click anywhere on the screen while the toast is displayed, the same toast notification reappears. Additionally, when I attempt to dismiss the toast, I receive the following runtime error:
TypeError: Cannot set properties of undefined (setting 'toggle')
I would appreciate any insights or solutions from the community on how to resolve this issue. Thank you!
The text was updated successfully, but these errors were encountered:
I'm encountering a problem with the toast notification in my application. After triggering a toast.success message, the toast appears as expected. However, if I click anywhere on the screen while the toast is displayed, the same toast notification reappears. Additionally, when I attempt to dismiss the toast, I receive the following runtime error:
TypeError: Cannot set properties of undefined (setting 'toggle')
I would appreciate any insights or solutions from the community on how to resolve this issue. Thank you!
The text was updated successfully, but these errors were encountered: