storybook-addon-pseudo-states icon indicating copy to clipboard operation
storybook-addon-pseudo-states copied to clipboard

Breaking Chakra on storybook 7 build

Open wladpaiva opened this issue 2 years ago • 0 comments

If you install this plugin with the @next to support storybook 7, the components that rely on chakra stop rendering correctly after build-storybook.

I've created a reproduction repo https://github.com/wladiston/chakra-sb7-bug-repro

Just execute storybook dev mod and build + preview to see the differences. If you comment the line that adds storybook-addon-pseudo-states on main.ts you will git it built correctly.

wladpaiva avatar Mar 10 '23 23:03 wladpaiva