On pages with toast control, when user navigate away from page console throws error
Same error we have in ver 44 with RichText Editor , now in 46 version RichText working but Toast is broken.
It is becoming so annoying working with Syncfusion Blazor components.
From version to version functions that has been worked falling apart randomly.
To be more spicy in browser console there is no any clue what was wrong
From messages like this
System.ArgumentException: There is no tracked object with id '1'. Perhaps the DotNetObjectReference instance was already disposed. (Parameter 'dotNetObjectId')
at Microsoft.JSInterop.JSRuntime.GetObjectReference(Int64 dotNetObjectId)
at Microsoft.JSInterop.Infrastructure.DotNetDispatcher.BeginInvokeDotNet(JSRuntime jsRuntime, DotNetInvocationInfo invocationInfo, String argsJson)
Error: System.ArgumentException: There is no tracked object with id '1'. Perhaps the DotNetObjectReference instance was already disposed. (Parameter 'dotNetObjectId')
There is no way to figure which control throws error, you need to test controls one by one to figure what went wrong, and then to wait for days to patch bug and pray that there is no new ones.
Reporo for this you can try on demo page
Swic from demo to source tab take a look at browser console