Hello,
I get the following error in logs extremely sporadically
```
Error: Microsoft.JSInterop.JSException: Cannot read property 'CalendarBase' of undefined
TypeError: Cannot read property 'CalendarBase' of undefined
at Module../bundles/daterangepicker.js (https://localhost:44382/_content/Syncfusion.Blazor/scripts/daterangepicker-ecff47.min.js:1:114730)
at s (https://localhost:44382/_content/Syncfusion.Blazor/scripts/daterangepicker-ecff47.min.js:1:110)
at https://localhost:44382/_content/Syncfusion.Blazor/scripts/daterangepicker-ecff47.min.js:1:937
at https://localhost:44382/_content/Syncfusion.Blazor/scripts/daterangepicker-ecff47.min.js:1:975
at Microsoft.JSInterop.JSRuntime.InvokeWithDefaultCancellation[T](String identifier, Object[] args)
at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
at Syncfusion.Blazor.Internal.SfBaseUtils.ImportScripts(IJSRuntime jsRuntime, String modulePath)
at Syncfusion.Blazor.Internal.SfBaseUtils.ImportModules(IJSRuntime jsRuntime, List`1 scriptModules, String hashKey)
at Syncfusion.Blazor.BaseComponent.InitComponent()
at Syncfusion.Blazor.BaseComponent.OnAfterRenderAsync(Boolean firstRender)
at Syncfusion.Blazor.Calendars.SfDateRangePicker.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)```
Things still work of but I'm trying to catch the cause of this error and I cant properly reproduce it myself even.
Would there be any case that you are aware of that may cause this.
Any hint or direction would help
Regards
Vincent