mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 11:04:40 -05:00
fix: wrong path for IntoAnyAttribute in macro expansion from #4481
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user