44c2fa8f82ac496b630c95309b950c564909b5d1
Deploy / deploy (push) Failing after 27s
Release builds were hitting rustc's recursion limit compiling the hydrate target: impl IntoView doesn't erase a component's concrete type within the same crate, so calling a component (or a <For>/<Show> children closure) without wrapping the result in .into_any() lets the caller's own type keep growing to include everything nested inside it. AlternativeCard's requirement fields already did this correctly at their own leaves; QuestionView's <For alternatives> call into AlternativeCard, and AlternativeCard's own <For features> closure, plus ResourceValue/AnswerRow's nested <For>s, didn't - so the depth compounded across all of them. Verified with a real `cargo leptos build --release` (was previously untested - only dev builds had been run against this code).
Description
A Leptos/Axum onboarding portal — question/alternative content engine with a crypto-chain audit trail, Kanidm-gated content, and NATS-backed resources.
1.5 MiB