You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am struggling building up my carousel. It looks like when using a map to create React Component in the carousel they just appear in on slide.
I am sure I am doing something wrong so really any guidance would be very welcome.
export const AnnounceCard = ({language, token}: AnnounceCardProps) => {
...
return <Card>
<CardContent>
<CarouselshowArrowsshowDots>
{announces.map((announce, index) => (<divkey={index}>
<Typography>ANOTHER {announce.title}</Typography>
<Typography>ANOTHER {announce.details}</Typography>
</div>))}
</Carousel>
</CardContent>
</Card>
}
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Code of Conduct
Code Sandbox link
No response
Bug report
The text was updated successfully, but these errors were encountered: