fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.15k stars 121 forks source link

Fabulous 0.60- preview1 issues #808

Closed vshapenko closed 3 years ago

vshapenko commented 4 years ago

Hello! Looks like Fabulous 0.60 has some issues with attached properties. In some cases no margin/padding etc is applied.

vshapenko commented 4 years ago

Still have issues after applying udatexxxattachedpriperties

TimLariviere commented 3 years ago

In Fabulous v0.60.0-preview2, I disabled memoization for structs (Color, Thickness & LayoutOptions) which was the source of errors. I need to find another way to avoid boxing structs each time.