Skip to content

Commit 5d6b546

Browse files
committed
Track skipping atoms accurately
1 parent e0137c9 commit 5d6b546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Atoms/Core/StoreContext.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ private extension StoreContext {
393393
for edge in edges {
394394
// Do not update if the dependency atom is marked as skipping.
395395
guard !skippingFrom.contains(edge.from) else {
396+
skippingFrom.insert(edge.to)
396397
continue
397398
}
398399

0 commit comments

Comments
 (0)