♻️ (pagetop): Props::unpack() exige &mut Context

This commit is contained in:
Manuel Cillero 2026-09-08 07:28:50 +02:00
parent ee1b48ff3f
commit 8577ca8a59
14 changed files with 280 additions and 190 deletions

View file

@ -88,7 +88,7 @@ impl Crumb {
}
// Renderiza con enlace si tiene ruta, o texto plano en otro caso. Sólo lo usa `Breadcrumb`.
pub(super) fn render_crumb(&self, cx: &Context) -> Markup {
pub(super) fn render_crumb(&self, cx: &mut Context) -> Markup {
let label = self.label().using(cx);
match self.route() {
Some(route) => html! {