xiaody / react-lines-ellipsis

Simple multiline ellipsis component for React.JS

Home Page:https://xiaody.github.io/react-lines-ellipsis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive to window resize and orientation change doesn't work

Sinha06 opened this issue · comments

I tried ResponsiveEllipsis, but it failed at compile time.
AT https://github.com/xiaody/react-lines-ellipsis/blob/master/src/responsiveHOC.js#L2, it looks for lodash/debounce. Shouldn't it be lodash.debounce ?

Oops, I think I forget to add lodash into dependencies or peerDependencies. Could you please install lodash in your project and try again?

Fixed in v0.15.0