I am getting the following error quite randomly in the multiselect. It would happen often, but not all the time I load my multiselect.
Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer: Warning: Unhandled exception rendering component: Cannot read property 'DropDownBase' of undefined
TypeError: Cannot read property 'DropDownBase' of undefined
at https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:96522
at Module../bundles/multiselect.js (https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:112589)
at s (https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:110)
at https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:937
at https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:971
Microsoft.JSInterop.JSException: Cannot read property 'DropDownBase' of undefined
TypeError: Cannot read property 'DropDownBase' of undefined
at https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:96522
at Module../bundles/multiselect.js (https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:112589)
at s (https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:110)
at https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:937
at https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:971
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.DropDowns.SfMultiSelect`1.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost: Error: Unhandled exception in circuit 'MnmziLUVnD-iWWCQWjfva07pd8Xwwz3-2xGvA4LFujI'.
Microsoft.JSInterop.JSException: Cannot read property 'DropDownBase' of undefined
TypeError: Cannot read property 'DropDownBase' of undefined
at https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:96522
at Module../bundles/multiselect.js (https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:112589)
at s (https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:110)
at https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:937
at https://localhost:44349/_content/Syncfusion.Blazor/scripts/multiselect-57fa2c.min.js:1:971
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.DropDowns.SfMultiSelect`1.OnAfterRenderAsync(Boolean firstRender)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)