BPAdmin
BPAdmin
I've updated MudBlazor to the latest version and got the error mentioned above.
@mckaragoz it seems the error only appears when setting OpenTo property to "OpenTo.Year".
`blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: System.NotSupportedException: ValueType arguments are not supported. at System.Runtime.InteropServices.JavaScript.Runtime.GetCallSignature(IntPtr methodHandle, Object objForRuntimeType) Error: System.NotSupportedException: ValueType arguments are not supported. at System.Runtime.InteropServices.JavaScript.Runtime.GetCallSignature(IntPtr methodHandle, Object objForRuntimeType)...
@mckaragoz I tried the link you sent and it works, but if you try to use the datepicker within the EditForm context, you will see that error.
> May it be a culture thing or still miss something? I'm using the default en-US culture.
@mckaragoz If you are unable to reproduce the issue just update **all** nuget packages then try again.
@bouskdav please check this link: https://bp-20229131820023.blazorplate.net/poc/army/AddApplicant This issue was shown up first time after updating all nuget packages in my blazor wasm project.  
Any updates?
The issue can be fixed by updating Microsoft.AspNetCore.Components.WebAssembly package to the newly released version 6.0.9 I think this issue can be closed.
@mikes-gh yes, the issue is fixed after updating the library to 6.0.9. Thanks a lot