Igor Danchenko
Igor Danchenko
I want to second this proposal. I ran into an issue with rendering blur image placeholders for PNG images with transparent background. It appears that Plaiceholder generates Base64 GIF image...
Hi folks, If anyone is still looking for an alternative to react-image-lightbox, here is the recently released lightbox library - [yet-another-react-lightbox](https://github.com/igordanchenko/yet-another-react-lightbox). All feedback is welcome.
If anyone is looking for an alternative to react-image-lightbox, here is the recently released lightbox library - [yet-another-react-lightbox](https://github.com/igordanchenko/yet-another-react-lightbox). All feedback is welcome.
I wouldn't keep my hopes too high for this PR to get merged. I submitted a trivial [PR](https://github.com/frontend-collective/react-image-lightbox/pull/591) for the issue you mentioned above almost 3 months ago, but it...
This PR addresses a very specific bug in the library that manifests itself in React 18 strict mode. The other ticket you mention aims to address a completely different issue,...
@nvmnghia, #632 doesn't fix the underlying issue described in #589, it's just hiding the most obvious symptom. In fact, #632 breaks the lightbox in React 18 strict mode as the...
I ran into this issue with exactly the same scenario - ESM module with a single .cjs file. But in my case, my tsconfig didn't have any value set for...
Well, I spoke too soon. Setting "module" to "nodenext" did not resolve my issue. It did fix the .cjs file, but now all .ts files are emitted as CommonJS (event...
Take a look at React Photo Album - https://github.com/igordanchenko/react-photo-album
@mraible, You may want to take a look at [react-photo-album](https://github.com/igordanchenko/react-photo-album) since react-photo-gallery is no longer being maintained. Great articles by the way!