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
rosostolato
changed the title
bug: life cycle hook doesn't work when you have a template called before it.
Life cycle hook doesn't work when you have a template called before it.
Aug 14, 2023
I realized that it doesn't work when the template is mounted before you call the hook. Need to update the currentComponent to be an instance stack with all the component tree within it.
If you create a template before calling the component life cycle hook (onInit, onDestroy), it won't work:
The text was updated successfully, but these errors were encountered: