Commit 918b2c8
[ui] Replace dagre GitHub fork with npm package + Yarn patch (#21613)
## Summary & Motivation
The objective of this PR is to clean up the logspew that shows up in CI when we yarn install the dagre fork.
This PR applies a patch to the `dagre` npm package to fix graph layout issues and add cluster padding configuration options, instead of the current approach of targeting a fork.
## Test Plan
Verify with BK inspection that we're no longer spewing logs and warnings on the yarn install step.
- Verify that graph layouts render without crashing when encountering null nodes
- Test that the new cluster padding attributes are properly applied to graph layouts
- Ensure existing graph functionality remains unchanged
Internal-RevId: b1f467ecddad461ab4e576edfb4539f6696b26491 parent cbdff75 commit 918b2c8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments