-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
enhancementNew feature or requestNew feature or request
Description
const id = toast.push('message', {duration: 90000});
toast.set(id, {msg: 'another', duration: 3000});
Hello. The code above must change the durations of the toast, but it does not.
As a "fix" - you can hover the toast and the duration will change after and only after the hovering.
Svelte. The latest version.
JoshAwaze
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request