react-truncate icon indicating copy to clipboard operation
react-truncate copied to clipboard

Package does not work when built and used

Open chetangawai opened this issue 5 years ago • 0 comments

Getting error - TypeError: Cannot read property 'length' of undefined in Truncate.js

<Truncate lines={1} onTruncate={this.handleTruncate} > {value} </Truncate>

chetangawai avatar Jan 31 '19 12:01 chetangawai