is it possible to synch snapshots? or update children components after parents? #403
Replies: 1 comment
-
If I understand it correctly, this is a batching issue. It will be resolved with React 18 automatic batching. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Imagine that i have two nested components
Are there some neat solutions for this problem? (without props deilling)
Beta Was this translation helpful? Give feedback.
All reactions