You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
Hi, I'm seeing the duplicate addon warning in a simple Storybook 7 set up with the @storybook/react-webpack5 framework and only '@storybook/addon-styling' in my addons array.
It looks like manager.ts, which includes the addons.register call, is getting included in two bundles that are both imported, so register is called twice. I can't figure out where each one is originally coming from. They each have different file contents since they have different imports that get inlined in the file. I see you followed the addon-kit template pretty closely too.
The auto configure script doesn't check to see if the addon already exists in the addon array before adding it again
The text was updated successfully, but these errors were encountered: