You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've just set this project up with Angular HMR.
As a side note, since the example calls the global Angular variable Angular instead of angular, I had to change the angularModule regexp in angular-hmr/index.js to accept this variable name
BTW, should we address this case in another issue?
So, when I try to hot update a controller (e.g. page3Controller.js), I get no hot reload and the following error Uncaught RangeError: Maximum call stack size exceeded. The infinitely-called function is hotAddUpdateChunk.
The text was updated successfully, but these errors were encountered:
Hi, I've just set this project up with Angular HMR.
So, when I try to hot update a controller (e.g.
page3Controller.js
), I get no hot reload and the following errorUncaught RangeError: Maximum call stack size exceeded
. The infinitely-called function ishotAddUpdateChunk
.The text was updated successfully, but these errors were encountered: