We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have thousands of MockMiddleware{Index} not being cleaned up.
MockMiddleware{Index}
Unfortunately I don't have a sample atm
https://github.com/cheng93/ng-mocks-reset
MockMiddleware{Index} to be destroyed if not in cacheDeclaration
cacheDeclaration
Misc
I am on the latest 14.12.1 I haven't been able to update ng-mocks since 14.9.0. Upgrading to 14.10.0 and later gives me this issue.
14.9.0
I get the following CI, but it's fine locally.
Instincts to points to memory leak.
This and the other bug reported today, I believe, are the causes.
The text was updated successfully, but these errors were encountered:
This looks to only affecting Angular 17, after the following API was introduced
https://github.com/angular/angular/blob/17.0.8/packages/core/src/render3/deps_tracker/deps_tracker.ts
Sorry, something went wrong.
satanTime
No branches or pull requests
Description of the bug
I have thousands of
MockMiddleware{Index}
not being cleaned up.An example of the bug
Unfortunately I don't have a sample atmhttps://github.com/cheng93/ng-mocks-reset
Expected vs actual behavior
MockMiddleware{Index} to be destroyed if not in
cacheDeclaration
Misc
I am on the latest 14.12.1
I haven't been able to update ng-mocks since
14.9.0
.Upgrading to 14.10.0 and later gives me this issue.
I get the following CI, but it's fine locally.
Instincts to points to memory leak.
This and the other bug reported today, I believe, are the causes.
The text was updated successfully, but these errors were encountered: