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
The issue with hx-swap properties not being available in hx-swap-oob (bigskysoftware/htmx#2308) also affects idiomorph.
Specifically, the following syntax cannot be used:
hx-swap-oob='morph:<expr>'
Use case: I was just trying to make a markdown preview updated via WebSocket scroll into view to show the latest change after the content has been morphed and I can’t.
The text was updated successfully, but these errors were encountered:
So the fix for this that I implemented in my fork of htmx-2 (which has the hx-swap-oob normalisation PR merged in so it differs from current htmx-2 a bit), was essentially to special-case idiomorph:
The issue with
hx-swap
properties not being available inhx-swap-oob
(bigskysoftware/htmx#2308) also affects idiomorph.Specifically, the following syntax cannot be used:
Use case: I was just trying to make a markdown preview updated via WebSocket scroll into view to show the latest change after the content has been morphed and I can’t.
The text was updated successfully, but these errors were encountered: