64bc5222fc
Mesh calling's nested Show/For inside ChatShell's own Show inlined as a type parameter, blowing rustc's query recursion limit during the wasm release build (CI: "queries overflow the depth limit!"). Splitting the in-call view into its own component and type-erasing both CallPanel branches with .into_any() keeps the type shallow instead of raising the crate-wide limit.