fixed: removed excess bound on MaybeProp ReadUntracked implementation. (#4360)

This commit is contained in:
Brett Etter
2025-10-04 08:07:04 -05:00
committed by GitHub
parent bbf5bf9170
commit df46feee5d

View File

@@ -1542,7 +1542,6 @@ pub mod read {
impl<T, S> ReadUntracked for MaybeProp<T, S>
where
T: Clone,
S: Storage<Option<T>> + Storage<SignalTypes<Option<T>, S>>,
{
type Value = ReadGuard<Option<T>, SignalReadGuard<Option<T>, S>>;