No rerender on state change when following main README example #69
|
Hi there, I am encountering an issue where the page does not rerender when the state updates, leaving the UI displaying stale state. To be clear, I have followed the exact example provided in the main README. The IssueWhen I click the buttons to trigger the inc or dec actions, the values on the screen do not update. I verified that with a standard, simple Zustand setup, changing the state does correctly rerender the page. This suggests the issue is specific to this implementation or library. My QuestionAm I misunderstanding something fundamental about how this library works? Is the stale rendering expected behavior in this context, or is there an issue with the code example/my implementation? Any help would be appreciated! Reproducible exampleEditSame issue mentioned in #68 |
Answered by
chrisvander
Apr 17, 2026
Replies: 1 comment
Answer selected by
chrisvander
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed with 2.1.2, as per #68