MaxArnaut
Results
1
comments of
MaxArnaut
@chankim206 thank you for the answer! For the future issuer found easier solution ``` onResize={(_e, _direction, _ref, data) => { if (prevValue.current > data.width) { onChange(width + data.width - prevValue.current,...