Issue
Change of content is not reflected when nodes or multiple fields are included in the container. They are only reflected when one single plain string (without any other text around it).
Steps to reproduce
- Have something more than a single variable in
<BalanceText>, e.g. <BalanceText>Text: {text}</BalanceText>.
- Modify the
text variable by triggering any event.
Expected result
Content of the node change accordingly
Actual result
Content does not change.
Reproduction sample
https://codesandbox.io/s/react-balance-text-bug-report-bw58v