Back to Bevy

`ComputedNode::stack_index` has been replaced by `ComputedStackIndex`

_release-content/migration-guides/computed_stack_index.md

0.19.0198 B
Original Source

The stack_index field has been removed from ComputedNode. Instead the stack index for each UI node is stored on a specialized component ComputedStackIndex, which is required by ComputedNode.