props overridden in nested elements #393
MarcDAFrame
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a few nested elements like the following
but unfortunately when I edit the text for the inner
Text
component only theText.props.value
changes, and when rendered are overwritten by theButton.props.value
andHeader.props.value
.I update the props like the following
what is the right way of doing this?
Beta Was this translation helpful? Give feedback.
All reactions