Open
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.