diff --git a/Sources/Grape/Gestures/GraphTapGesture.swift b/Sources/Grape/Gestures/GraphTapGesture.swift index 9f6d8d7..124b699 100644 --- a/Sources/Grape/Gestures/GraphTapGesture.swift +++ b/Sources/Grape/Gestures/GraphTapGesture.swift @@ -2,6 +2,7 @@ import SwiftUI extension View { @inlinable + @available(tvOS, unavailable) public func withGraphTapGesture( _ proxy: GraphProxy, action: @escaping (AnyHashable) -> Void