You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone! How are you? I have a very specific problem regarding lib and a prop called aria-hidden
When reloading multiple times via filter, there comes a certain moment where this prop simply becomes true. Notice how it looks when it behaves as expected::
I believe that solving it by forcing this to be modified via DOM is not a good practice. Have you ever been through this? What would be your solution?
Hello everyone! How are you? I have a very specific problem regarding lib and a prop called aria-hidden
When reloading multiple times via filter, there comes a certain moment where this prop simply becomes true. Notice how it looks when it behaves as expected::
I believe that solving it by forcing this to be modified via DOM is not a good practice. Have you ever been through this? What would be your solution?
<Slider ref={sliderRef} onSwipe={handleSwiped} {...SLIDE_SETTINGS} > {renderItems()} </Slider>
}`
export const SLIDER_RESPONSIVE_SETTINGS = [ { breakpoint: 1635, settings: { slidesToShow: 12, slidesToScroll: 12 } }, { breakpoint: 890, settings: { slidesToShow: 10, slidesToScroll: 10 } } ] /
The text was updated successfully, but these errors were encountered: