WithViewStore not updating state and view, even if Store is updated #1628
Unanswered
drucelweisse
asked this question in
Q&A
Replies: 1 comment 8 replies
-
How does this reducer fit in with the rest of your reducer structure and how are you creating the store that you pass into this view? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, recently I started adopting TCA and tried to refactor simple view from mvvm that fetches texts from file url. My problem is that
WithViewStore
doesn't update onStore
changes. Maybe I miss something or do not understand?Here's an example
View body
And Logs:
Beta Was this translation helpful? Give feedback.
All reactions