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
We have a situation where we have the AppState that contains an IdentifiableArray of other child states, we want to present a view controller on each append with this child state and dismiss a view controller each an item is removed from the array. Currently I am unclear how to approach this but this seems like a reasonable use case. Ideally we want to subscribe to a publisher that gives us this information but it seems unclear how to achieve the desired effect.
I can add an example if the situation is unclear.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have a situation where we have the AppState that contains an IdentifiableArray of other child states, we want to present a view controller on each append with this child state and dismiss a view controller each an item is removed from the array. Currently I am unclear how to approach this but this seems like a reasonable use case. Ideally we want to subscribe to a publisher that gives us this information but it seems unclear how to achieve the desired effect.
I can add an example if the situation is unclear.
Beta Was this translation helpful? Give feedback.
All reactions