Some only render carousel on client-side in a server-side rendered app for example #21
As a result, the initial html template is sent to client that includes the Carousel but not having the correct number of items cause the Carousel assumes this is either a client-side render app or a ssr app.
Commit: dbb24d1
This new release does not effect most of the existing users.