🐞 bug report
Affected Package
The issue is caused by package @angular/zone.js
Is this a regression?
Yes, the previous version in which this bug was not present was: ....
Description
instanceof is not safe operation, so if you monkeypatch such substantial method as Object.prototype.toString, you have to use try..catch
🔬 Minimal Reproduction
https://stackblitz.com/...
🔥 Exception or Error
TypeError: Right-hand side of 'instanceof' is not an object
🌍 Your Environment
Angular Version:
Anything else relevant?
🐞 bug report
Affected Package
The issue is caused by package @angular/zone.jsIs this a regression?
Yes, the previous version in which this bug was not present was: ....Description
instanceofis not safe operation, so if you monkeypatch such substantial method asObject.prototype.toString, you have to use try..catch🔬 Minimal Reproduction
https://stackblitz.com/...🔥 Exception or Error
🌍 Your Environment
Angular Version:
Anything else relevant?