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

Can only update a mounted or mounting component.

Open dshitik opened this issue 8 years ago • 1 comments

Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. ...

componentWillMount() { const images = (this.props.images || []).map((image, count) => { return image + ?rscver${count}; }); this.setState({images}); }

dshitik avatar Nov 27 '16 12:11 dshitik

I'm facing similar issue when resizing a browser, after unmounting a react-image-slider component. imageslider

Dipen-Dedania avatar Feb 01 '18 11:02 Dipen-Dedania