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.16k stars 122 forks source link

Add equality constraint on 'msg to prevent confusion with new non-MVU modifiers #1084

Closed TimLariviere closed 1 month ago

TimLariviere commented 1 month ago

This pull request adds an equality constraint on 'msg on most types to prevent confusions with the new modifiers for non-MVU components.

edgarfgp commented 1 month ago

Thanks Tim :)