You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix text children not updating visually (0.1.1)
getTextContent only returned the first text-instance child,
so <Text>Count: {count}</Text> rendered "Count: " and ignored
the count. Now concatenates all children's text.