solid-slider icon indicating copy to clipboard operation
solid-slider copied to clipboard

Slides being initialized with min/max-width of 1px.

Open shareable-vision opened this issue 2 years ago • 1 comments

This is nearly a moot issue, as it has not been possible for me to reproduce on StackBlitz . . however there may be cases when using SolidStart that slides are initialized with a 1px width. Any window resize event will trigger a re-initialization so that the slider is then correctly rendered.

In the case where this occurred, the <Slider> is created within a component requiring authentication, that was wrapped in Suspense, and the slides themselves were loaded from a store via Context API.

shareable-vision avatar Jun 14 '23 15:06 shareable-vision

I'm having similar issue (Safari mostly for some reason). I'm using slider inside of a Modal, and images are 1pixel

dskaiser82 avatar Nov 13 '23 18:11 dskaiser82