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

Find the component data key in the attribute keys #1075

Closed edgarfgp closed 2 months ago

edgarfgp commented 2 months ago

Before we assumed that the component data key was always the first in the array and we were using tryHead. Now we use tryFind