fix: System.ArgumentNullException: ArgumentNull_Generic Arg_ParamName_Name, jsObjectReference in [Blazor WASM] FluentDivider, FluentGrid and FluentTooltip #3227
Labels
needs: repro code or repository
The provided description or code is insufficient to repro the issue
🐛 Bug Report
I have this error on FluentDivider, FluentGrid , and FluentTooltip . It 's really random ; it happens when I access the page, and on the second reload of the page , it disappears.
System.ArgumentNullException: ArgumentNull_Generic Arg_ParamName_Name, jsObjectReference at System.ArgumentNullException.Throw(String ) at System.ArgumentNullException.ThrowIfNull(Object , String ) at Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(IJSObjectReference , String , Object[] ) at Microsoft.FluentUI.AspNetCore.Components.FluentGrid.OnAfterRenderAsync(Boolean firstRender) at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task , ComponentState )
System.ArgumentNullException: ArgumentNull_Generic Arg_ParamName_Name, jsObjectReference at System.ArgumentNullException.Throw(String ) at System.ArgumentNullException.ThrowIfNull(Object , String ) at Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(IJSObjectReference , String , Object[] ) at Microsoft.FluentUI.AspNetCore.Components.FluentDivider.OnAfterRenderAsync(Boolean firstRender) at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task , ComponentState )
System.ArgumentNullException: ArgumentNull_Generic Arg_ParamName_Name, jsObjectReference at System.ArgumentNullException.Throw(String ) at System.ArgumentNullException.ThrowIfNull(Object , String ) at Microsoft.JSInterop.JSObjectReferenceExtensions.InvokeVoidAsync(IJSObjectReference , String , Object[] ) at Microsoft.FluentUI.AspNetCore.Components.FluentTooltip.OnAfterRenderAsync(Boolean firstRender) at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task , ComponentState )
💻 Repro or Code Sample
this code is a componenent that is used in another compoenent in an upper level; this is an example of where the error related to FluentGrid happens
🤔 Expected Behavior
😯 Current Behavior
💁 Possible Solution
🔦 Context
🌍 Your Environment
The text was updated successfully, but these errors were encountered: