genie09

Results 1 comments of genie09

You can use key props. If the key changes, component unmount and remount. const swiperKey = props.banners.length > 0 ? props.banners.join() : '0'; ` {props.banners.map(banner => ( ))} 4 `