Skip to content

Commit

Permalink
Update WithPerceptionTracking.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Jan 12, 2024
1 parent 9374c12 commit 37b9158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Perception/WithPerceptionTracking.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public enum _PerceptionLocals {
@MainActor
public struct WithPerceptionTracking<Content> {
@State var id = 0
private let content: () -> Content
let content: () -> Content

public var body: Content {
if #available(iOS 17, macOS 14, tvOS 17, watchOS 10, *) {
Expand Down

0 comments on commit 37b9158

Please sign in to comment.