buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

typings regression on TextOverflow children/label props #1378

Closed giogonzo closed 5 years ago

giogonzo commented 5 years ago

regression introduced in #1374 See discussion at: https://github.com/buildo/react-components/pull/1374#discussion_r324690721

Actually, re-looking at the source code of the component, label is always used. Since overflowing an empty string makes no sense, I'd make it required at least. children is instead optional since it doesn't replace the label per se, but lets you customise rendering downstream after the ellipsis style has been applied by wrapping the label content in a span.

Current status is that it is impossible to use it correctly from a TS project if you want to customise children.