react-photo-gallery
react-photo-gallery copied to clipboard
Added key to RenderImageProps
When working on an Esri product that uses this library, I was getting a type error when following the documentation when passing in our own image component. The current RenderImageProps interface does not have a key type, though the documentation shows we have access to a key: https://codesandbox.io/s/o7o241q09?file=/index.js:355-392