Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storybook: Fix AutoMigrate issue for storybook #1987

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ashu8912
Copy link
Member

@ashu8912 ashu8912 commented May 21, 2024

fixes #1980
Steps To Test This

Create a test plugin

  1. npx @kinvolk/headlamp-plugin create test-plugin
  2. Go the headlamp-plugin directory inside root of headlamp directory do npm i and npm link
  3. Go to the test-plugin and do npm link @kinvolk/headlamp-plugin
  4. Now run npm run storybook

@ashu8912 ashu8912 force-pushed the fix-storybook-for-plugins branch 3 times, most recently from babec5b to 8cbf2c9 Compare May 21, 2024 06:42
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
// '@storybook/addon-interactions',
'@storybook/preset-create-react-app',
'@chromatic-com/storybook',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it probably needs to be removed from here too

Signed-off-by: ashu8912 <aghildiyal@microsoft.com>
@ashu8912 ashu8912 requested a review from sniok June 10, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storybook fails in a new plugin
2 participants