In this use case there should be an option to prevent going to the next slide. If I use something like this `<Slide goTo={9}> <Slide8 /> </Slide>` It still goes to the next slide. Is there a way to prevent going to the next slide?
In this use case there should be an option to prevent going to the next slide. If I use something like this
<Slide goTo={9}> <Slide8 /> </Slide>It still goes to the next slide. Is there a way to prevent going to the next slide?