79680631

Date: 2025-06-26 14:00:13
Score: 4
Natty:
Report link

On React 19.1 + pure-react-carousel 1.32.0, I have the same error RangeError: Maximum call stack size exceeded...

<CarouselProvider
       naturalSlideWidth={100}
       naturalSlideHeight={105}
       totalSlides={dataItemsLength}>
            <Slider>
                <Slide index={0}>First Slide</Slide>
                <Slide index={1}>Second Slide</Slide>
                <Slide index={2}>Third Slide</Slide>
            </Slider>
            <DotGroup />
</CarouselProvider>
Reasons:
  • RegEx Blacklisted phrase (1): I have the same error
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same error
  • Low reputation (1):
Posted by: Alexander Stepanishchev