Skip to content

Commit 5096042

Browse files
committed
Fix tests
1 parent d3f77f3 commit 5096042

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
@@ -262,7 +262,7 @@ private enum ForEachElement: Identifiable {
262262
case let .keyed(_, id):
263263
return id
264264
case let .unkeyed(node):
265-
return "\(node.id())"
265+
return "\(node.id().ref())"
266266
}
267267
}
268268

0 commit comments

Comments
 (0)