hooper
hooper copied to clipboard
Renames carouselData property to myCarouselData
Method updateCarousel() makes reference to data property this.myCarouselData which does not exist. Judging from previous examples and from the method updateCarousel(payload) (already referencing this.myCarouselData), the data property should be called myCarouselData and not carouselData.