-
-
Notifications
You must be signed in to change notification settings - Fork 204
Error during app startup - regression between 1.4.4 <-> 1.4.5 #928
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
Comments
I added a reproduction https://github.com/kroeder/rx-angular-state-regression-reproduction |
thx @kroeder !! We recently added partial Ivy compilation to the state package. That is most probably what causes the problems on your end. Did u have the chance to upgrade to v12 in the meantime? |
Unfortunately that's not possible. We use rx angular in dozens of apps and while we try to keep them up to date some only patch things for maintenance What I'm wondering is that angular 11 apps do have ivy support. Why does this package with activated ivy support now break things? In our library that gets consumed by our apps I also have activated ivy support and it does work as expected (if I did nothing wrong) |
@edbzn could this be due to a change in NX setup? |
@BioPhoton We just enabled Ivy and we broke the compatibility, we should roll back because it's a breaking change. |
Revert Ivy and let Ngcc do the job to avoid breaking ViewEngine apps. Fixes #928.
Revert Ivy and let Ngcc do the job to avoid breaking ViewEngine apps. Fixes #928.
Uh oh!
There was an error while loading. Please reload this page.
Description
With version 1.4.5 you cannot run an app anymore due to this error
However, if you pin down the version to 1.4.4 everything works as expected
Steps to Reproduce the Issue
ng serve
Environment
Related to Other Issues
Tasks to Resolve This
Notes
The text was updated successfully, but these errors were encountered: