Having issues with autoclose + dismissAll not working #1111
Unanswered
robitaille1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Both ways to close the toast don't seem to be working. I am using a custom toast component and I have autoClose set to 3000. The toast is comign in fine, but is not going away anymore after upgrading to
10.0.5
Toaster usage
toaster( { text: 'Saved!', toastId: 'saved-button', }, { autoClose: 3000, position: 'bottom-center', closeButton: false, hideProgressBar: true, className: '-bottom-[4rem] md:-bottom-[2rem]', }, );
Toastser Component:
Beta Was this translation helpful? Give feedback.
All reactions