Compare commits
1 Commits
45ce747ff0
...
next
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d81a9fcd91 |
@@ -426,7 +426,7 @@ export abstract class ReffuseNamespace<R> {
|
||||
): SubscriptionSubRef.SubscriptionSubRef<PropertyPath.ValueFromPath<B, P>, B> {
|
||||
return React.useMemo(
|
||||
() => SubscriptionSubRef.makeFromPath(parent, path),
|
||||
[parent],
|
||||
[parent, ...path],
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user