Hi,
with the recent watchOS10 update, I have found a strange behavior on watchos10 devices.
Before watchOS10, fullScreenCovers on a view, when being dismissed, did not trigger the onAppear function of the underlying view, to which the fullScreenCover is attached to.
However, on watchOS 10.2 devices, I have noticed that onAppear is triggered in the same situation. Thus my app is showing unexpected behavior.
On a simulator, the onAppear is acting as before but the new behavior is seen on real devices.
Could this be a change to the onAppear mechanism on Apple watch devices? Or would this be a bug?