neptunian / react-photo-gallery

React Photo Gallery

Home Page:http://neptunian.github.io/react-photo-gallery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: thumbs[(thumbs.length - 1)] is undefined

EricEhmke opened this issue · comments

Receiving error:
TypeError: thumbs[(thumbs.length - 1)] is undefined

While setting direction={'column}. Looks like the error is coming from line 90 of Gallery.js

I am using the exact code from: https://codesandbox.io/s/awesome-bassi-5vn3lvz2n4?from-embed=&file=/index.js with the addition of direction={'column}