-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v12 fail #370
Comments
Please fill the issue template properly, what angular version are you using? and add stackblitz reproduction |
I'm using the latest Angular version: 18.2. Is an erratic behaviour and is not related to my code:
I get that error in console after loading some stuff. If i comment this ng-progress code, the error never arises. Maybe based on the error you can find the origin:
|
Make a reproduction please, I need to see the issue. |
Sorry, I don't have time right now. I'm traveling today and I'll be off for 2 weeks. |
No idea that it's possible to reproduce it in Stackblitz but I'm facing exact the same issue as @mhosman. |
Please try with v12.0.1 and let me know! |
@MurhafSousli, I have given it a try and the reported issue is fixed. Thanks a lot, your new version (v12.0.1) works like a charm. |
Hello @MurhafSousli, |
@benterris It cannot be, the fact switching to |
@MurhafSousli I don't think it comes from our end, here is a minimal reproduction on stackblitz : https://stackblitz.com/edit/stackblitz-starters-epe3b1?file=src%2Fapp%2Fhome.component.ts It's a very basic app with a router, using My guess is that |
@benterris besides the error, I don't think you should use both http and router features together on one progressbar because one would complete while the other is in progress, it is better to use multiple progress bars |
@benterris It's Angular bug angular/angular#57757 |
@benterris I released a beta version v13.0.0-beta.0, This should fix the error and also allow using both http and router features in one progress bar, use let me know if this fixes your issue! |
@MurhafSousli great, I can confirm the Thanks a lot for your quick response ! |
It fails sometimes with error message:
"1 errors occurred during unsubscription:\n1) Error: NG0600: Writing to signals is not allowed in a
computed
or aneffect
by default. UseallowSignalWrites
in theCreateEffectOptions
to enable this inside effects."The bar get stuck at 100% and is not disappearing.
The text was updated successfully, but these errors were encountered: