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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user