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

containerWidth for dynamic column is undefined

Open venkat-waran opened this issue 5 years ago • 6 comments

Uncaught TypeError: Cannot read property 'containerHeight' of undefined

venkat-waran avatar Feb 19 '20 20:02 venkat-waran

I have the same error when I use the direction = {"column"} property. Any ideas? Thank you

arinconc avatar Apr 17 '20 08:04 arinconc

I have the same error too, do you have any solution now? Thank you

Tsj215 avatar Apr 20 '20 05:04 Tsj215

Nothing!

arinconc avatar Apr 27 '20 22:04 arinconc

Same here

amalshehu avatar Jun 24 '20 09:06 amalshehu

{images.length ? Gallery : null}

in my case images was empty

eugenepla avatar Oct 07 '20 10:10 eugenepla

Thaaanks @eugenepla

solution

Rahgomes avatar Oct 14 '21 02:10 Rahgomes