Replies: 1 comment 6 replies
-
I think mixing normal update and immer update causes the problem. It should work without immer middleware. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to call a store internal method to update some state values but it doesn't and the component is not re-rendered. On the other hand, if I update the state directly (I'm using immer) it works. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions