dotnet-websharper / core

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#
https://websharper.com
Apache License 2.0
595 stars 50 forks source link

Fix passing serialized objects as parameters to InlineControls #1379

Closed Jand42 closed 8 months ago

Jand42 commented 8 months ago

Fix for #1346

When serializable types are passed as parameters to InlineContol (e.g. client helper), the deserializer is currently not properly generated in the page startup code.