|  85c3251c10 # Objective A lot of items in `bevy_ui` could be `FromReflect` but aren't. This prevents users and library authors from being able to convert from a `dyn Reflect` to one of these items. ## Solution Derive `FromReflect` where possible. Also register the `ReflectFromReflect` type data. | ||
|---|---|---|
| .. | ||
| button.rs | ||
| image.rs | ||
| label.rs | ||
| mod.rs | ||
| text.rs | ||