react-truncate-html
react-truncate-html copied to clipboard
Fix truncate with option breakWord set to false
There are three instances where this.conf was referenced, that cause the component to break when the option breakWord is set to false. This PR replaces conf for props, which works and is what is being used elsewhere.