If I have a carousel with 8 elements and 3 elements per page, the 6th element is displayed as the last element on page 1 and the first element on page 2.
When I update the list of elements so that I now have 9 elements, the carousel has the 9th element in the DOM but does not display it.
Describe the bug
If I have a carousel with 8 elements and 3 elements per page, the 6th element is displayed as the last element on page 1 and the first element on page 2. When I update the list of elements so that I now have 9 elements, the carousel has the 9th element in the DOM but does not display it.
Reproducer
https://stackblitz.com/edit/ejazvs?file=src%2FApp.vue
PrimeVue version
3.32.2
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Chrome 116.0.5845.97
Steps to reproduce the behavior
Expected behavior
When I update the list of items, all of them are displayed in the Carousel.