hzdg / react-imageloader

A React component for wrangling image loading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Each child in an array should have a unique "key" prop

matthewwithanm opened this issue · comments

We should get rid of that error here. Using spread seems to silence it too (though I'm not sure if that's intentional or an oversight):

@props.wrapper
      className: @getClassName()
      children...

Oops, this was closed by f16f6c6