fix: wrong path for IntoAnyAttribute in macro expansion from #4481

This commit is contained in:
Greg Johnston
2025-12-19 11:31:25 -05:00
parent 65940cbefa
commit 6de2b4006a

View File

@@ -177,7 +177,7 @@ pub(crate) fn component_to_tokens(
if cfg!(feature = "__internal_erase_components") { if cfg!(feature = "__internal_erase_components") {
quote! { quote! {
.add_any_attr({ .add_any_attr({
vec![#(::leptos::html::attribute::any_attribute::IntoAnyAttribute::into_any_attr(#spreads),)*] vec![#(::leptos::attr::any_attribute::IntoAnyAttribute::into_any_attr(#spreads),)*]
}) })
} }
} else { } else {