fix(build): dispatch slot targets to matching component render/put

req: runtime/005

req: examples/001

req: htmx_equivalents/001
This commit is contained in:
slhx agent
2026-06-23 15:06:08 +02:00
parent cfa4502748
commit 329f16aebf
5 changed files with 131 additions and 23 deletions
+6 -1
View File
@@ -739,7 +739,12 @@ mod tests {
.unwrap()
.batch,
);
assert!(edit.updates_html_containing(gallery::contact_card, "save_contact"));
// Component-level rendering now lowers contact_card-local handles, so the
// effect contains the lowered handle id, not the source name.
assert!(edit.updates_html_containing(
gallery::contact_card,
&format!("data-hid=\"{}\"", contact_card::save_contact),
));
let save = inspect_batch(
InteractionRequest::from(form(