-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix storybook broken after updating to sb 6+ and angular 12+ #43
Conversation
|
The issue is likely:
|
|
The above issue is now tracked in #48 . For now sticking to Angular 12.1.x avoids the issue. |
Fix #35
Updated storybook packages:
npx npm-check-updates '/storybook/' -u && npm install
(from here)