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
If I have a view scoped FooView which @Observes an event and I fire that event from a component in another view (so that FooView needs to be created for the observation), the component that fired the event is removed from the DOM (clean deattach)
Workaround: always @Observe in view scoped views with IF_EXISTS
The text was updated successfully, but these errors were encountered:
If I have a view scoped FooView which
@Observe
s an event and I fire that event from a component in another view (so that FooView needs to be created for the observation), the component that fired the event is removed from the DOM (clean deattach)Workaround: always
@Observe
in view scoped views with IF_EXISTSThe text was updated successfully, but these errors were encountered: