-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
Problem Statement/Rationale
Steps to Reproduce
Keep clicking the "add collection" button.
Expected Results
The diagram keeps rendering new nodes.
Actual Results
Eventually, all the nodes disappear. In dev server, you'll also see an overlay with a ResizeObserver error.
Additional Notes
The problem is likely due to the react flow library attempting several re-renders at once. We're hoping this could be prevented by debouncing the viewport change after new node is added.
- is related to
-
COMPASS-9738 Editing node + closing the sidebar occasionally leads to failure
-
- Closed
-
-
COMPASS-9903 Avoid rebuilding all nodes when one node changes in diagramming
-
- Needs Triage
-
- related to
-
COMPASS-9877 Update how node and field interactions are passed and used in diagramming
-
- Closed
-