Hello
I’m getting currentSlide and slideCount error when I use the carrousel, using next,js 14
Warning: React does not recognize the currentSlide prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase currentslide instead. If you accidentally passed it from a
parent component, remove it from the DOM element.
Warning: React does not recognize the slideCount prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase slidecount instead. If you accidentally passed it from a pare
nt component, remove it from the DOM element.
Thank you for highlighting this potential issue. While it’s been a known issue, currently, we don’t have a specific timeline for when it will be resolved.
In the meantime, you can safely ignore this warning, as it’s not an error but a warning message.
I’m encountering a warning in my Next.js project when using the carousel component:
“React does not recognize the currentSlide prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase currentslide instead. If you accidentally passed it from a parent component, remove it from the DOM element.”
This warning appears when I use the Builder.ioCarousel option under Layout. I’ve tried several approaches to resolve it but haven’t been successful.
Could you please provide some guidance on how to address this issue?
I have installed the package’s mentioned on the document : Widgets