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
In line with the rest of the API having static methods on Component, this one should also live in Component and just return a Component instead of a TextComponent.
The text was updated successfully, but these errors were encountered:
Actually, it's worth noting that Component.join(JoinConfig.noSeparators(), components) would be functionally identical to the ofChildren method. My vote would be to just deprecate this method alongside #344 and mark the new JoinConfig system as the replacement.
In line with the rest of the API having static methods on
Component
, this one should also live inComponent
and just return aComponent
instead of aTextComponent
.The text was updated successfully, but these errors were encountered: