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
Using a css :not() selector inside of an hx-trigger="click target:( ... )" should be valid. The following example causes a generic htmx:syntax:error with no explanation:
hx-trigger="click target:(td:not(.no-click) *)"
Using {} has the same error. My guess is incorrect parentheses parsing.