react-photo-gallery icon indicating copy to clipboard operation
react-photo-gallery copied to clipboard

Added key to RenderImageProps

Open tonybatts opened this issue 2 years ago • 0 comments

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

tonybatts avatar Aug 16 '22 22:08 tonybatts