Silviu Gherman

Results 1 comments of Silviu Gherman

I've fixed it by storing a ref to the `Truncate` component within the `ShowMore` component and then calling the truncate function manually after the `Truncate` is loaded `componentDidUpdate() { this.truncateRef.current.calcTargetWidth();...