Closed hungFight closed 2 weeks 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'); } };
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.
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'); } };