Juwon Seo

Results 2 comments of Juwon Seo

Me problem too. But I found the reason, there is no 'bounds' prop definition in DraggableCore's type. In below link, https://github.com/STRML/react-resizable/blob/master/lib/propTypes.js >> draggableOpts: PropTypes.shape({ allowAnyClick: PropTypes.bool, cancel: PropTypes.string, children: PropTypes.node,...

I also facing this issue too. I found another way comparing to @joaogardenberg , use 'ref' to div so get 'offsetWidth' when resizeStop called.