trying to us Carousel in one components, but getting error onChange is not defined along with onClickItem & onClickThumb
Here Photos below:


Hey @lordKnighton, I assume you copied that code from the example, right? In this case, you need to define the handlers for onChange, onClickItem and onClickThumb, or just delete them.
Most helpful comment
Hey @lordKnighton, I assume you copied that code from the example, right? In this case, you need to define the handlers for onChange, onClickItem and onClickThumb, or just delete them.