-
Notifications
You must be signed in to change notification settings - Fork 23
Bug: TypeError in SbbTable due to undefined _ngZone #1158
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
Hi @scito this is probably cdk related. Which cdk version do you use? |
@jeripeierSBB |
We recommend also updating the CDK with our library, as documented in our how to update guide. Can you check whether updating the CDK fixes the problem? |
Angular cdk introduced an unintentional breaking change, which we in the meanwhile corrected with a PR at angular cdk. So there are a little range of versions which do not work together. Please update cdk to the latest version and the problem should be gone. Normally it‘s best practice to update cdk and library together, because we guarantee support always with the latest version. You can also consult our update guide on how its done best and convenient. https://angular.app.sbb.ch/howtoupdate Please close the issue if your problem is solved or reach out to us again. Thanks :) |
I updated Angular to 13.2.2 and all libs. It is working now again. |
Thanks for the feedback. |
Describe the bug
I get in core.mjs:6495
My code is working with 13.0.0, but not with version 13.1.0 or 13.5.0
It seems _ngZone does not exist anymore in SbbTable (table.ts) and was replaced with ngZone. But _ngZone is still used in line 130 of table.ts.
The issues seems to come in commit 5ffe939 of issue #1019.
This error is triggered by
Expected behavior
No TypeError
The text was updated successfully, but these errors were encountered: