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
When using react clamp lines with dynamic text or long strings without spaces, I noticed that the clamping functionality does not work properly. This calculation specifically: https://github.com/zoltantothcom/react-clamp-lines/blob/master/src/index.js#L105 does not cover scenarios when the text changes after initial render
The text was updated successfully, but these errors were encountered:
When using react clamp lines with dynamic text or long strings without spaces, I noticed that the clamping functionality does not work properly. This calculation specifically: https://github.com/zoltantothcom/react-clamp-lines/blob/master/src/index.js#L105 does not cover scenarios when the text changes after initial render
The text was updated successfully, but these errors were encountered: