Xiao Lin

Results 37 comments of Xiao Lin

Did some debugging, and this looks to be an image loading issue on mobile browsers. The problem goes away when using the same images for all the slides. Will need...

If you check the [demo gallery](https://www.linxtion.com/demo/react-image-gallery/) It's firing `onImageLoad` every time you refresh the page, even if the image is from cache. Make sure you have verbose logging turned on...

Not sure what happened here. Is there a better stacktrace you can provide to check on the actual error? The error above does not help much with debugging.

Can someone list steps to reproduce? The only component using `defaultProps` is the main class based component, so I'm confused where this warning is coming from.

Its working fine for me without `use client` and using the version below. Anyone else able to replicate? ``` react: 18.2.0 next: 13.5.6 ```

If you're planning to use images with varying heights/widths. You can solve this using CSS.

if you can update the doc I think this is mergeable