Hi,
I noticed that after updated from 18.3.47 to 18.3.52 that the toast timeout doesnt appear to be working (WebAssembly Blazor)
Before updating, my toasts would simply "timeout" after about 5 seconds, now they do not (sometimes they timeout after about 45 seconds, sometimes they do not at all).
I checked the release notes, and there doesnt appear to be any "breaking changes" for the Toast control, nor any changes.
So I copied the code from the timeout example (https://blazor.syncfusion.com/documentation/toast/timeout/) into my project to test, and getting very inconsistent results.
I would expect that if I entered a value of "1000" to toast should display, then 1 second later disappear. Is this how the example is supposed to work? Becuase if so thats not the case.
Thanks,
Jeremy