Hi using this new Text method for timers is not counting down. Here is an example of how I implemented it.
Text(.now, format:.timer(countingDownIn: Date.now..<Date.now.addingTimeInterval(120),
showsHours: true,
maxFieldCount: 2,
maxPrecision: .seconds(60))
)
After waiting over a minute it never counts down
3
1
2.3k