This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 359
Image not loading on launch when React.StrictMode is enabled. #672
Comments
I got the same problem too! |
Same here. Any updates on this? |
Same here. Was wrapping my head around why it wouldn't load. Lightbox itself loads, presing next or forward loads the images, zooming in also shows the images. Just initially stuck on loop. |
Same problem. Any updates? I used the below temp hack and it worked for me. Thanks @ihappycoder |
This is connected to reactjs/react-modal#808 this issue on react-modal |
Seems like the lib is no longer maintained. Really sad... |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the app is wrapped around in StrictMode like
root.render(
<React.StrictMode>
< App />
</React.StrictMode>
);
The lightbox gets stuck on the spinner until the image changes or the zoom-in button clicks.
The text was updated successfully, but these errors were encountered: