Replies: 1 comment 1 reply
-
It behaves consistently and makes sense for useSnapshot. However, like you said for useProxy it's undesirable. Let me see if we could do a hacky fix. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The reason I ask is it makes useProxy and other utils less effective. If I'm understanding correctly, even if a component only mutates the proxy returned from useProxy, that component will re-render on any change due to the useSnapshot call within useProxy?
Beta Was this translation helpful? Give feedback.
All reactions