Found possible bug, in iOS 15. When I have view with sheet of identifiable items, and fullscreen cover or usual sheet.
click one button, then close it with swipe. And open another view.
it's open randomly previous content or if it's change between item sheet it would open new and close immediately and console show this message:
"Currently, only presenting a single sheet is supported. The next sheet will be presented when the currently presented sheet gets dismissed."
You can check out, this gist minimal reproduction of this weird behaviour