Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gets stuck in loading spinner for array of images #8

Open
migom6 opened this issue Mar 25, 2021 · 7 comments
Open

Gets stuck in loading spinner for array of images #8

migom6 opened this issue Mar 25, 2021 · 7 comments

Comments

@migom6
Copy link

migom6 commented Mar 25, 2021

No description provided.

@abhinavchawla13
Copy link

+1 Gets stuck on loading when I use "Next" and "Previous" option

@andrew8bit
Copy link

Stuck in loading spinner if duplicate image exists

@rrajaste
Copy link

rrajaste commented Jul 15, 2021

Stuck in loading spinner when images array has only one entry and "next" and "previous" arrows are used

@theanam
Copy link
Owner

theanam commented Aug 21, 2021

Thanks for the issue report. I am working on a fix. should be fixed in v3

@thinguyen-xplor
Copy link

Have you fixed it yet? There isn't new version since August

@parsagholipour
Copy link

parsagholipour commented Jun 24, 2022

Used this trick:

const [key, setKey] = useState(false);

useEffect(() => { setTimeout(() => setKey(key + 1)); }, [isOpen]);

<Lightbox key={key}

@DenisCor
Copy link

DenisCor commented Aug 24, 2022

a year later and issue still persists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants