81 | {items.map((item, index) => (
82 |
{
85 | this.thumbnails = this.thumbnails || [];
86 | this.thumbnails[index] = node;
87 | }}
88 | className="pswp-thumbnail"
89 | onClick={this.showPhotoSwipe(index)}
90 | >
91 | {thumbnailContent(item)}
92 |
93 | ))}
94 |