-
-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot set properties of undefined (setting 'toggle') #1170
Labels
Comments
I am also getting this same problem. |
fkhadra
added a commit
that referenced
this issue
Nov 27, 2024
Merged
fkhadra
added a commit
that referenced
this issue
Dec 16, 2024
Hey, I've released a new major version, please read the release note before upgrading 🙏🏽 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: