Skip to content
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

Patch dagre to fix bug #17691

Merged
merged 2 commits into from
Nov 6, 2023
Merged

Conversation

salazarm
Copy link
Contributor

@salazarm salazarm commented Nov 3, 2023

Summary & Motivation

Fixes this issue dagrejs/dagre#234

How I Tested These Changes

I copied the JSON of a graph from a customer who was hitting this error and saw that the graph was able to correctly render with this patch.

@salazarm salazarm linked an issue Nov 3, 2023 that may be closed by this pull request
Copy link

github-actions bot commented Nov 3, 2023

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-ggf52j8w0-elementl.vercel.app
https://salazarm-patch-dagre-undefineds-issue.core-storybook.dagster-docs.io

Built with commit 995db1a.
This pull request is being automatically deployed with vercel-action

Copy link
Collaborator

@bengotow bengotow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow good find! Kind of a bummer the upstream library is more or less abandoned, I guess this is our best path forward...

},
"devDependencies": {
"@types/dagre": "^0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this one need to be here? It feels odd because the patcher doesn't need to be able to parse the src?

@salazarm salazarm merged commit 249b468 into master Nov 6, 2023
1 of 2 checks passed
@salazarm salazarm deleted the salazarm/patch-dagre-undefineds-issue branch November 6, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Cannot set property 'order' of undefined"
2 participants