etchteam / storybook-addon-css-variables-theme

Change the CSS variable based design tokens in your storybook on the fly
MIT License
28 stars 12 forks source link

CSS Variables Theme does not work on Storybook 8.0.0 #60

Closed aldipaglia closed 5 months ago

aldipaglia commented 7 months ago

I'm working on a Storybook project that was using V. 6.5.13, and now we are updating it to the 8.0.0 version. We were using storybook-addon-css-variables-theme, but during the upgrade, we got this error from the doctor: Screenshot 2024-03-18 at 5 28 46 PM No document explains if the package will work on the latest versions of Storybook.

Also, I followed the docs to use the package on the latest version of Storybook but when I ran npm run storybook I got this error: Screenshot 2024-03-18 at 5 35 25 PM.

Any help will be appreciated :)

pkyeck commented 6 months ago

Are there any plans to update the plugin for v8?

hamza14khan commented 6 months ago

@aldipaglia did ye try anything to fix this?