sachinchoolur / lightGallery

A customizable, modular, responsive, lightbox gallery plugin.
https://www.lightgalleryjs.com/
Other
6.55k stars 1.29k forks source link

Method Slide #1652

Closed hungFight closed 2 weeks ago

hungFight commented 3 months ago

TypeError: Cannot read properties of undefined (reading '__slideVideoInfo')

const handleImageClick = () => { if (lightGalleryRef.current) { lightGalleryRef.current.slide(1); } else { console.warn('LightGallery instance is not initialized'); } };

stale[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.