Viktor Busko
Viktor Busko
Hi guys, same question. Maybe someone can suggest at least a temporary workaround for this? It feels like its possible to use `useTreeState` for this, as it has an "expanded"...
Have the same issue: ```javascript const swiperInstance = new Swiper(containerRef.current, { direction: 'horizontal', slidesPerView: 'auto', loopedSlides: 3, loop: true }); ``` With following config Swiper correctly work to the left...
Am I right that addon development is broken for `SB7` at the moment? I'm just trying to migrate our internal addon to SB7 based on this doc: https://storybook.js.org/docs/addons/writing-addons and it...