Oguz Yuksel
Oguz Yuksel
Firstly, define configs that will be used in the project at the project level. ``` name: configs: Debug: debug Release: debug ```
There is little bit of work to complete / verify in the Appstore Connect to be able to use App groups. Did you complete that? Do you try it with...
Hi everyone, I believe the behavior difference stems from how SwiftUI handles **identity and state updates**, particularly within collections like `List` or `ForEach`, or when using identity-driven APIs like `.sheet(item:)`....
When deep linked instead of using task in the `RootView` we see same result. but if we add some delay to the task in `RootView` then it will work. ```...
Hi @stephencelis & @mbrandonw, is it possible to review & merge that?
I debugged the issue in the repo, it's related to NavigationID and PresentationReducer effect handling. I am also worried about overall behavior of effects after deep linking.
I’ve tried to fix the issue. All tests are passing, but I’m not entirely sure if my approach is correct. Some big-picture insight is needed to understand the full impact...