diff --git a/reactive_graph/src/wrappers.rs b/reactive_graph/src/wrappers.rs index b91a27b28..4762e02b3 100644 --- a/reactive_graph/src/wrappers.rs +++ b/reactive_graph/src/wrappers.rs @@ -1542,7 +1542,6 @@ pub mod read { impl ReadUntracked for MaybeProp where - T: Clone, S: Storage> + Storage, S>>, { type Value = ReadGuard, SignalReadGuard, S>>;