react-middle-truncate
react-middle-truncate copied to clipboard
react-middle-truncate not work on dynamic string
Hi, i have integrated your plugin in my reactjs project . I used reactjs with redux and redux too. So the plugin not work when string is fetched from api. Ps: plugin working well with hard string. this is code: <MiddleTruncate text={txhash} start={6} end={6} /> Thanks