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
In many cases, as application developer, I might prefer custom event managment. This should be supported by all components. (Like is_open boolean, open event, close event) etc.
If using Hooks, all root elements only should be hooks for components, meaning that it operates of it's children nodes, not el.parentNode.
The text was updated successfully, but these errors were encountered:
In many cases, as application developer, I might prefer custom event managment. This should be supported by all components. (Like is_open boolean, open event, close event) etc.
If using Hooks, all root elements only should be hooks for components, meaning that it operates of it's children nodes, not el.parentNode.
The text was updated successfully, but these errors were encountered: