storybook-addon-pseudo-states
storybook-addon-pseudo-states copied to clipboard
Breaking Chakra on storybook 7 build
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.