-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Feature Request]: Compatibility with Angular 15 #19878
Comments
Update: the error seems to be related with changes in |
Another update: @alan-agius4 kindly helped and here are their findings:
|
From my understanding, Switching to the builder seems to fix an Angular |
Boo-yah!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-alpha.53 containing PR #19937 that references this issue. Upgrade today to the
Closing this issue. Please re-open if you think there's still more to do. |
Hi @shilman, is this fix going to be available in v6.x or should we wait for the first stable v7.x release before migrating to angular 15? Thanks! |
@lucas-labs good question. @valentinpalkovic what do you think? |
@shilman We can make it available for 6.x. If cherry picking is not possible, I can create a PR for it. |
@valentinpalkovic Sounds great! Do you think this issue should be reopened to keep track of this work until this is made available in 6.x? Was just curious about this because our team is waiting on this. :) Thanks for your work! |
Great Caesar's ghost!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.5.14-alpha.2 containing PR #20043 that references this issue. Upgrade today to the
|
Boo-yah!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.5.14 containing PR #20043 that references this issue. Upgrade today to the
|
Is your feature request related to a problem? Please describe
Angular 15 was released yesterday, and our CI detected a regression in Storybook.
When running Storybook with Angular 15.0.0, Storybook opens fine in the browser, however an error is thrown in the console:
How to reproduce the issue
The fastest way to get a Storybook + Angular 15 project is by running the following command in the terminal:
Describe the solution you'd like
Storybook runs fine with Angular 15, without any errors thrown in the console.
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
yes, I can
Additional context
Some investigation has been going on and findings have been reported at #19875
Also, I don't think it matters, but Storybook is completely broken from Angular 15.0.0-next.2 and lower alphas:
The text was updated successfully, but these errors were encountered: