react-image-slider
react-image-slider copied to clipboard
Can only update a mounted or mounting component.
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});
}
I'm facing similar issue when resizing a browser, after unmounting a react-image-slider component.