diff --git a/leptos_reactive/src/resource.rs b/leptos_reactive/src/resource.rs index cdae600051..ac4226f484 100644 --- a/leptos_reactive/src/resource.rs +++ b/leptos_reactive/src/resource.rs @@ -709,7 +709,6 @@ impl SignalUpdate for Resource { impl SignalWith for Resource where S: Clone, - T: Clone, { type Value = Option;