We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://reactflow.nodejs.cn/examples/misc/download-image
The exported flow image has no edge.
When I Open the code in Stackblitz: https://reactflow.nodejs.cn/examples/misc/download-image
And click the download image button
The image go wrong. It has no edge.
Exported image show all thing well.
No response
The text was updated successfully, but these errors were encountered:
It's ok for me to set edge's style
edges.push({ id: `e${source}-${target}`, source, target, label, style: { stroke: '#b1b1b7', }, labelStyle: { fill: '#b1b1b7', }, labelBgStyle: { fill: '#fff', }, })
Sorry, something went wrong.
Made fix under #762
We added a message to our docs. Hopefully this issue gets resolved: bubkoo/html-to-image#516
moklick
No branches or pull requests
What platform were you using when you found the bug?
Live code example
https://reactflow.nodejs.cn/examples/misc/download-image
Describe the Bug
The exported flow image has no edge.
Steps to reproduce the bug or issue
When I Open the code in Stackblitz:
https://reactflow.nodejs.cn/examples/misc/download-image
And click the download image button

The image go wrong. It has no edge.

Expected behavior
Exported image show all thing well.
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: