Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
render() {
const data = this.props.data || [];
const Container = touchWithMouseHOC((...args) => this._CarouselContainer(...args));
return (
this.renderCard(...args)}
loop={false}
/>
);
}
}