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
According to this documentation, a mounted event should be triggered, each time a view enters the DOM.
This implies, that each time a view is mounted, each of its child views (attached via .compose()) should emit a mounted event as well.
Currently this is not the case. I will look into this (I guess it should be fairly straightforward to implement this) and see if I can provide a pull-request, but for now I wanted to know your opinions of this, and if this would be indeed the correct, expected behavior.
The text was updated successfully, but these errors were encountered:
According to this documentation, a
mounted
event should be triggered, each time a view enters the DOM.This implies, that each time a view is mounted, each of its child views (attached via
.compose()
) should emit amounted
event as well.Currently this is not the case. I will look into this (I guess it should be fairly straightforward to implement this) and see if I can provide a pull-request, but for now I wanted to know your opinions of this, and if this would be indeed the correct, expected behavior.
The text was updated successfully, but these errors were encountered: