You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we do need this (depending on where things land with KeyedScreen). There are legitimate use cases where you render multiple screens of the same type but different keys.
In Kotlin this concern is decoupled from BackStack, and is pretty fundamental. My impression is that it's a lot easier to create custom containers in Kotlin, and this is a pretty big part of the reason. See:
One question we're noticing on #workflow-ios Slack, is do we need the key parameter for the
BackStackScreen.Item
?The text was updated successfully, but these errors were encountered: