Loops on "Changes detected, rebuilding" ?
Describe the bug
Trying to follow the simple Getting started with Angular tutorial (https://angular.io/start). Using Firefox 121.0.1 on Ubuntu. As soon as I make changes to the product-list.component.html file, I see the last line in the console is "Changes detected. Rebuilding..." but it never seems to stop If I refresh the page, the project is rebuilt OK.
Link to the blitz that caused the error
https://stackblitz.com/edit/ox7pfs?file=src%2Fapp%2Fproduct-list%2Fproduct-list.component.html,src%2Fapp%2Fproduct-list%2Fproduct-list.component.ts
Steps to reproduce
Fork the Getting started with Angular project. Change the product-list.component.html file See (forever) in Terminal panel... Changes detected. Rebuilding...
Expected behavior
That it detects the change I made, rebuilds, and then reflects the change in the preview.
Parity with Local
- [X] I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
Browser name = Firefox
Full version = 121.0
Major version = 121
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
performance.memory = undefined
Hash = a9c8a5a3
Additional context
No response
Thanks for reporting this issue. I've created an internal ticket to track this.