-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
fix(cdk/tree): retainining previous objects #30431
base: main
Are you sure you want to change the base?
Conversation
It looks like there might be a bug with this. There's an internal test failing because some nested child nodes have the same |
I might be wrong but this is how also, how does one set their own aria-levels on parents and children? it seems to be always setting the level that node directive sets? |
right, I think its using the level that the node directive sets, and it seems like this change causes it to get the wrong level from the node, maybe because of clearing out the |
This seems to be an odd timing issue since the tree's The harness should be looking after everything is flushed but the timing is off. For this case, I'd expect |
apolgies for a very late reply. I did clear |
fixes component retaining old data in memory even when its not used causing memory usage to increase fixes angular#30322
fixes component retaining old data in memory even when its not used causing memory usage to increase
fixes #30322