Aydogdy Agabayev

Results 4 comments of Aydogdy Agabayev

I had the same problem. You should use the "use client" declaration on top of the file, where you import the Carousel component ![Like this](https://user-images.githubusercontent.com/76523543/234980906-209ff51d-d2cd-44b3-833f-c6e83bf028f3.png)

When you are mapping in React or Next, you must always provide a `key`attribute to the element that you're returning. It should look like this: array.map((item, **index**) => ( `...`...

Same answer, use the `use client` declaration on top of the file which gives the error

@SaerwenLis What carousel are you using? It is possible to render it on server if the package you're using supports SSR.