Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: Remove race condition in
watchNodeInformationChanges
It may happen that `fetchAdditionalNodeMetadata` adds metadata for a node that has since been removed from the store. The occurance of such "zombie" nodes leads to problems, because they may lack crucial properties like `children` that are treated as always- present by other mechanisms throughout the UI. This became apparent after #3756. The CR.Nodes.MERGE action now takes care of preventing zombie nodes from entering the store.
- Loading branch information