You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hexorg opened this issue
Jan 28, 2024
· 1 comment
· Fixed by #11575
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with BevyP-CrashA sudden unexpected crash
A-UIGraphical user interfaces, styles, layouts, and widgetsC-BugAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with BevyP-CrashA sudden unexpected crash
Bevy version
bevy_ui-0.12.1
What you did
I have a UI interaction where a UI node gets deleted when it gets clicked on (Interaction::Pressed).
What went wrong
Panic at bevy_ui-0.12.1/src/stack.rs:63:14:
called
Result::unwrap()
on anErr
value: NoSuchEntity(2v0)Additional information
Minimal reproducible code below (crashes when you click on "click me"). If you only have one node crash doesn't happen.
The text was updated successfully, but these errors were encountered: