Aydogdy Agabayev
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 
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.