Xiao Lin

Results 34 comments of Xiao Lin

There is a "can't replicate" label on this issue, if anyone can provide clear steps to reproduce It will help debug and solve this issue.

Closing this as steps to reproduce is not clear and there are many instances of this lib in production. If you're able to reproduce with this package isolated please list...

`Fullscreen` is your own component you create to override the existing render of `renderFullscreenButton` e.g. ```jsx const MyFullScreenButton = ({ onClick, isFullScreen }) => { return isFullScreen ? Turn off...

You're able to override the fullscreen button via `renderFullscreenButton`. Happy to support `thumbnailAriaLabel` for thumbnails, feel free to open PR.

You can handle this outside the library by detecting whether or not your assets has finished loading. You can render a placeholder container or a loading icon until the first...

Do you see the same issue when visiting the demo link? http://linxtion.com/demo/react-image-gallery

Looks like this is a duplicate of #674 and happening for react >= 18 when a new render was introduced.

Closing in favor of #674

Can you clarify what you mean here? The gallery does show one image at a time.