We have a custom text component called UIText, any other component that needs a string, should not take it as children but as a prop called text or title for example
<UIButton title=“Hello” />
<Badge title=“Accepted” />
We have a custom text component called UIText, any other component that needs a string, should not take it as children but as a prop called text or title for example
<UIButton title=“Hello” />
<Badge title=“Accepted” />