atanasster / storybook-addon-deps

A storybook addon to add a dependencies tree exporer tab.
https://atanasster.github.io/storybook-addon-deps/?path=/docs/design-system-avatarlist--short
MIT License
59 stars 3 forks source link

Needs update for Storybook 6.2+ #15

Closed Bram-Zijp closed 3 years ago

Bram-Zijp commented 3 years ago

This module needs an update for Storybook 6.2+. A few things have changed making this addon incompatible. I really like the idea of this addon though. I plan on managing a large library with loads of dependents. Would like to get an overview of components touched when changing something.

Is someone gonna pick this up?

atanasster commented 3 years ago

Thanks - i would gladly accept PRs, but do you have a sample project that shows the error? 6.2 is a minor version upgrade and shouldn’t introduce incompatible changes afaik.

puyt commented 3 years ago

@atanasster You can use my example zip from #11

I get the following error after running npx sb@next upgrade & npm run storybook

image

atanasster commented 3 years ago

thanks @puyt I will try to get some free time soon and will let you know.

atanasster commented 3 years ago

Thanks guys, just released v 2.2.0, should be compatible with 6.2

puyt commented 3 years ago

Thanks guys, just released v 2.2.0, should be compatible with 6.2

Works for me, thanks a lot! :+1: