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
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have tabBarView
https://github.com/AddaMeSPB/AddaMeIOS/blob/siteRouter/AddameSPM/Sources/TabsView/TabState.swift#L13
public struct TabState: Equatable {
.....
public enum Tab: Equatable {
case event
case conversation
case profile
}
}
I am getting data from websocket https://github.com/AddaMeSPB/AddaMeIOS/blob/siteRouter/AddameSPM/Sources/TabsView/TabsReducer.swift#L161
then I am get call my ConversationReducer and I update conversationState but my view was not update
https://github.com/AddaMeSPB/AddaMeIOS/blob/siteRouter/AddameSPM/Sources/ConversationsView/ConversationsReducer.swift#L134
I am thinking to understand but cant get still why its not working
if anyone have time please let me know thanks

what I am expecting
Beta Was this translation helpful? Give feedback.
All reactions