-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
What is the expected behavior?
Been able to use zone.js/dist/zone-patch-rxjs
patch with current version
What is the current behavior?
Error: Maximum call stack size exceeded
when using, for example, a mat-select
What are the steps to reproduce?
Stackblitz with error using version cdk and material 7.2.0
https://stackblitz.com/edit/angular-4xhkim
Check the console to view the error
Stackblitz without error using version cdk and material 7.1.1
https://stackblitz.com/edit/angular-ayqlri
Is there anything else we should know?
The error is still happening in version 7.3.3,
the zone patch is required in our application to make sure rxjs Observable/Subscription/Operator run in correct zone
https://github.com/angular/zone.js/blob/master/NON-STANDARD-APIS.md#usage
Metadata
Metadata
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent