### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to React Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions ### Version 0.7.12 ### Description when you are using the splide with type="loop" then there will be clones of your element on front and end of the slide. Those clones do not fire the click event that is attached on the element. https://github.com/Splidejs/react-splide/assets/35110665/ee4f3fb2-2d84-4db4-baa4-0aaa7750d429 ### Reproduction Link https://codesandbox.io/s/react-splide-no-clickevent-on-clone-jfrlnc ### Steps to Reproduce 1. open attached codesandbox 2. slide the left or right till you have an clone visible in your slider 3. Press it and watch console for log ( e.g. 'x clicked') ### Expected Behaviour For the clone the event should be fired linke for the original slide. So the clone for the slide with the index 9 should log: "#9 clicked"