Using version 20.2.0.36

I have created a simple page with a Breadcrumb:
@page "/breadcrumb"
<SfBreadcrumb />
When I leave the page and then try to resize the window, I get the following error:
The error happens once for each resize. In the image, the number 2 is for two resizes.
Furthermore, when I enter the page again and leave two more times. I now get three errors per resize.
The error is likely due to a memory leak problem, as explained at https://blazor-university.com/javascript-interop/calling-dotnet-from-javascript/lifetimes-and-memory-leaks/, but I cannot fix it on my end, so I am creating this thread to alert you for this problem.
If on your end you have any development on the problem or require further information/help from me, please let me know. I'm a big fan of Syncfusion :)