dotnet-websharper / core

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

Fix Web.Control instantiation on Sitelet prebundle #1378

Closed Jand42 closed 5 months ago

Jand42 commented 6 months ago

Fix for #1361 InlineControls (e.g. client helper) were included properly in the bundle, but not deserializer for Web.Controls implemented directly as a class inheriting from Web.Controls. Fix to include the proper deserializer and the .Body property for such explicit client-side controls.

Jand42 commented 6 months ago

Fixed with 052e80197eb22b3d7c3cd7785789d38199c93316