You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public func accessibilityPriority(
for tag: some RawRepresentable<BinaryInteger>
) -> some View {
self.accessibilitySortPriority(Double(tag.rawValue))
}
in AccessibilityPriorities.swift
gets the error when trying to compile:
Use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'
Using latest version 6.23.2 via SPM
The text was updated successfully, but these errors were encountered:
in AccessibilityPriorities.swift
gets the error when trying to compile:
Use of protocol 'BinaryInteger' as a type must be written 'any BinaryInteger'
Using latest version 6.23.2 via SPM
The text was updated successfully, but these errors were encountered: