Replies: 1 comment
-
To disable auto-closing of toasts, you can set the toast("I'm staying until dismissed", {
duration: Infinity,
}) or make it the default in the Toaster: <Toaster
toastOptions={{
duration: Infinity,
}}
/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to auto close off for toast
Beta Was this translation helpful? Give feedback.
All reactions