maxmarinich / react-alice-carousel

React responsive component for building content galleries, content rotators and any React carousels
MIT License
832 stars 91 forks source link

missing key propertie #323

Closed abel-banze closed 1 month ago

abel-banze commented 2 months ago

I'm getting this error when I try to build a reactjs app: Error: Missing "key" prop for element in array react/jsx-key

pascuflow commented 2 months ago

Same :(

maxmarinich commented 1 month ago

Hi there! I'm guessing you're not using a key prop when rendering carousel elements.