I want to use Owl Carousel with React. I included Jquery, Reactjs, Owl Carousel, too.
The problem is that when I tap the button "Images List 1" to change the source array of Owl Carousel, the item count of the carousel should become 1. However, it is still 3, and it only changes the first item. I think React only replaces first item and ignores the `enter code here the whole div, but I don't know how to fix it. Please give me some hints.