BPAdmin

Results 13 comments of 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. ![image](https://user-images.githubusercontent.com/93325251/190407665-d1f8fcf0-9a85-4de6-ba63-b471250b62e2.png) ![image](https://user-images.githubusercontent.com/93325251/190406676-540d83e3-b5b1-44b0-bce9-68abac423f45.png)

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