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
I have a system that is using #[filter(maybe_changed::<Foo>())] to update lazily. However, I'd like to run this same function once to set the initial state correctly. Is there a filter I can combine to always execute on first encountering a given component, or a way to set the dirty flag on the component during initialisation?
The text was updated successfully, but these errors were encountered:
I have a system that is using
#[filter(maybe_changed::<Foo>())]
to update lazily. However, I'd like to run this same function once to set the initial state correctly. Is there a filter I can combine to always execute on first encountering a given component, or a way to set the dirty flag on the component during initialisation?The text was updated successfully, but these errors were encountered: