react-images icon indicating copy to clipboard operation
react-images copied to clipboard

componentWillMount warning when running tests

Open emipc opened this issue 4 years ago • 0 comments

Steps to reproduce the behavior: Run test file with jest while importing import Carousel, { Modal, ModalGateway } from 'react-images';.

Expected behavior: No warning should appear.

Actual behavior: A warning appears: Screenshot 2020-04-27 at 11 34 51

emipc avatar Apr 27 '20 10:04 emipc