react-image-mapper icon indicating copy to clipboard operation
react-image-mapper copied to clipboard

Update ImageMapper.js

Open kondapaturisrinivasarao opened this issue 4 years ago • 1 comments

Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

  • Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.

kondapaturisrinivasarao avatar Sep 26 '20 10:09 kondapaturisrinivasarao

It will break the application

NishargShah avatar Jan 22 '21 17:01 NishargShah