Skip to content

Commit 671fa54

Browse files
authored
Mark Bindable extension unavailable for visionOS (#125)
1 parent 21811d6 commit 671fa54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/PerceptionCore/Bindable.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
}
5555
}
5656

57+
@available(visionOS, unavailable)
5758
extension Bindable: Identifiable where Value: Identifiable {
5859
public var id: Value.ID {
5960
wrappedValue.id

0 commit comments

Comments
 (0)