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 think you may be able to easily resolve this by just using hx-trigger="load delay:10ms" which will move the load trigger to after the page load has happened so it won't cause strange behavior. load on its own works great for trivial load events that can safely run in parallel with all the page load actions but may not work for advanced edge cases.
When using
hx-on::after-load
in combination withhx-trigger="load"
, it works but I observe this error in the console:Possibly related to #3106? I also observed that before-request doesn't work (after-request does)
The text was updated successfully, but these errors were encountered: