Text(timerInterval: ) Bug in WatchOS Smart Stack

In the app's Live Activity, Text (timerInterval:) is well displayed on Dynamic Island, but there seems to be a bug in Live Activity (Smart Stack in watchOS) that automatically transfers from iOS 18 to watchOS 11. Does anyone know about this?

.font(.system(size: 16).bold())

this kind of thing will destroy smart stack.

remove it from Text element

Text(timerInterval: ) Bug in WatchOS Smart Stack
 
 
Q