pub fn update_stopped<C, F>( commands: Commands<'_, '_>, q: Query<'_, '_, Entity, (With<Inherited<C>>, With<PropagateStop<C>>, F)>, )where C: Component + Clone + PartialEq, F: QueryFilter,
remove Inherited::<C> and C for entities with a PropagateStop::<C>
Inherited::<C>
C
PropagateStop::<C>