Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Ensure
onTruncate
callback is called in ShowMore
component
The `ShowMore` component had an `onTruncate` prop, but it was not being called when truncation occurred. This commit fixes the issue by invoking the `onTruncate` callback when the content is truncated.
- Loading branch information