iOS Swift - User Input and Forms
Identify the error in this Stepper code snippet:
@State private var count = 0
Stepper(value: count, in: 0...10) { Text("Count: \(count)") }