Replies: 1 comment
-
I think this is probably a good thing — it's always recommended to put plain string as the children of Balancer. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
children
is used as a dependency for calling relayout. Reactchildren
will "change" every render, which would cause relayout to be called wheneverBalancer
renders.Beta Was this translation helpful? Give feedback.
All reactions