-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
HierarchyPropagatePlugin fails on #24549
Copy link
Copy link
Open
Labels
A-AppBevy apps and pluginsBevy apps and pluginsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Milestone
Metadata
Metadata
Assignees
Labels
A-AppBevy apps and pluginsBevy apps and pluginsC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bevy version and features
main 9a35b6a
What you did
Added this test to the
propagatemodule, it fails.Also see #24546
What went wrong
If
Propagateis removed and then immediately reinserted, the propagated components are removed.