# Objective When a `CalculatedSize` component from a UI Node entity is removed, the corresponding Taffy measure isn't removed which will mess up the layout in confusing, unpredictable ways. ## Solution Iterate through all the entities with removed `CalculatedSize` components and remove the corresponding Taffy measures. |
||
|---|---|---|
| .. | ||
| flex | ||
| render | ||
| widget | ||
| accessibility.rs | ||
| camera_config.rs | ||
| focus.rs | ||
| geometry.rs | ||
| lib.rs | ||
| node_bundles.rs | ||
| stack.rs | ||
| ui_node.rs | ||
| update.rs | ||