webcontainer-core icon indicating copy to clipboard operation
webcontainer-core copied to clipboard

Loops on "Changes detected, rebuilding" ?

Open YoungJules opened this issue 1 year ago • 1 comments

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

Screenshots

image

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

YoungJules avatar Feb 06 '24 14:02 YoungJules

Thanks for reporting this issue. I've created an internal ticket to track this.

SamVerschueren avatar Feb 15 '24 08:02 SamVerschueren