CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
363 stars 62 forks source link

Fixed the signature pad not loading correctly on WASM Release #394

Closed Zonorai closed 1 month ago

Zonorai commented 1 month ago

Using an anon type for the JSOptionsStruct is what causes the serialization error. Used an inline record to resolve.