Skip to content
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

Unexpected Application Error! #1144

Open
Shahjahan009 opened this issue Jul 29, 2024 · 1 comment
Open

Unexpected Application Error! #1144

Shahjahan009 opened this issue Jul 29, 2024 · 1 comment

Comments

@Shahjahan009
Copy link

Shahjahan009 commented Jul 29, 2024

image

When I click cancel icon on toast notification it is throwing error.

Cannot set properties of undefined (setting 'toggle') TypeError: Cannot set properties of undefined (setting 'toggle')

@AmitSutradhar001
Copy link

AmitSutradhar001 commented Aug 10, 2024

i have a solution for this error. I was also facing the same error ... if you are showing the tost for 3 s then use >>>
setTimeout(() => {
navigate("/");
}, 2000);
after the tost and dont return the tost use the tost and then use return ...this error will be gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants