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

[Bug]: Build breaks between Angular 16.1.0-rc.0 and 16.1.0 #23057

Closed
benpsnyder opened this issue Jun 13, 2023 · 1 comment · Fixed by #23064
Closed

[Bug]: Build breaks between Angular 16.1.0-rc.0 and 16.1.0 #23057

benpsnyder opened this issue Jun 13, 2023 · 1 comment · Fixed by #23064

Comments

@benpsnyder
Copy link

Describe the bug

Here's my CLI output during build when I switch off Angular 16.1.0-rc.0 for stable 16.1.0
image

Tested against stable and alpha releases of Storybook v7

To Reproduce

No response

System

No response

Additional context

No response

@shilman
Copy link
Member

shilman commented Jun 14, 2023

It looks like some internal APIs that we use have been moved in v16.1.0. We'll try to get a fix out soon!

const {
getCommonConfig,
getStylesConfig,
getDevServerConfig,
getTypeScriptConfig,
} = require('@angular-devkit/build-angular/src/webpack/configs');

@shilman shilman moved this to Ready for work in Core Team Projects Jun 14, 2023
@github-project-automation github-project-automation bot moved this from Ready for work to Done in Core Team Projects Jun 14, 2023
EdricChan03 added a commit to EdricChan03/material-storybook that referenced this issue Jun 15, 2023
Also bumps RxJS to 7.x

See storybookjs/storybook#23057 and storybookjs/storybook#23064 for more
info

TODO: Rollback to 7.0.21 when storybookjs/storybook#23012 is merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants