Skip to content
Closed
Prev Previous commit
Next Next commit
fix: doc version of leptos
  • Loading branch information
geoffreygarrett committed Dec 31, 2024
commit 958d944c7d0e9c6589284201255a06853bbb082e
2 changes: 1 addition & 1 deletion packages/primitives/leptos/primitive/src/primitive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use leptos::{
use leptos_node_ref::{any_node_ref, AnyNodeRef};

/// We need our own show instead of leptos' Show because attribute spreading does not work
/// across AnyView as of 0.7.3, which is required here.
/// across AnyView as of 0.7.2, which is required here.
#[component]
#[allow(non_snake_case)]
pub fn TypedFallbackShow<F, IV, W, C>(
Expand Down