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
Describe the bug
There appears to be a trivial typo in the code that rewrites routes into paths for HTML elements with "targets". The mapping of _verbs maps to put to hx-post instead of hx-put.
Describe the bug
There appears to be a trivial typo in the code that rewrites routes into paths for HTML elements with "targets". The mapping of
_verbs
maps toput
tohx-post
instead ofhx-put
.Minimal Reproducible Example
The second
assert
fails because the generated HTML body is:(Note
hx-post
instead ofhx-put
in the second button.)Expected behavior
I'd expect
put=uri('target')
as a "target" to result inhx-put="/target"
in the resulting HTML.Environment Information
Confirmation
The text was updated successfully, but these errors were encountered: