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 found similar issues with reveal and intersect. Looks like this bug happens when triggers fire before the node is fully processed (see addTriggerHandler()). hx-on attributes are processed after the rest of the node (see processNode()) and therefore don't have a chance to attach before these triggers fire.
Edit: Nevermind this next part, I can't get inheritance to work on triggers at all, if this is a bug it is a separate issue.
I also found issues with inheritance for all these triggers when invoking hx-on attributes.
The following works as intended and increments fooonly when the div is not immediately revealed:
This will not work
When usind delay:1 it will work.
The text was updated successfully, but these errors were encountered: