Skip to content

Commit cd35928

Browse files
committed
Fix tests
1 parent b890497 commit cd35928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LiveViewNative/ViewTree.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private enum ForEachElement: Identifiable {
235235
case let .keyed(_, id):
236236
return id
237237
case let .unkeyed(node):
238-
return "\(node.id())"
238+
return "\(node.id().ref())"
239239
}
240240
}
241241

0 commit comments

Comments
 (0)