spectre-akapelon

Results 4 comments of spectre-akapelon

I have an example here ```typescript const toastId = toast(`Start`); toast.update(toastId, { render: "This instantly closes the toast :(", position: "top-right", autoClose: false, hideProgressBar: false, closeOnClick: true, pauseOnHover: true, draggable:...

Yes... but why? The scenario of uploading a file 0% 33% 66% 100% and then letting the user see the toast stay there for a couple of seconds (whatever the...

Yes and then it goes away instantly while **i don't want it to** I want the toast to stay there. Maybe for a predefined time span, maybe until the user...

Yes, this is kiiiiind of what i'm doing now. I'm setting the value to `Math.min(progress, 1 - Number.EPSILON)` so that it never reaches 1 and then do my 'autoClose'