question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple edges between nodes

See original GitHub issue

Describe the bug I’m trying to have multiple edges between the same two nodes but i get a same key waring and no extra edges rendered. how can i get around this?

Warning:

Warning: Encountered two children with the same key, `Trump,order`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:36 (14 by maintainers)

github_iconTop GitHub Comments

3reactions
ChuckJonascommented, Nov 3, 2020

@danielcaldas any chance of releasing a beta/next build to npm? I’m currently working on a “spike” out of code sandbox and having this feature would make the upcoming demo go much better!

1reaction
michaelbdavidcommented, Oct 13, 2020

Hey @danielcaldas, I’d like to try out your work around listed above for multiple-link support. How can I pull this into my app?

Thanks, Michael

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiple edges - Wikipedia
In graph theory, multiple edges (also called parallel edges or a multi-edge), are, in an undirected graph, two or more edges that are...
Read more >
MultiDiGraph—Directed graphs with self loops and parallel ...
Multiedges are multiple edges between two nodes. Each edge can hold optional data or attributes. A MultiDiGraph holds directed edges. Self loops are...
Read more >
Multiple Edges Between Two Nodes in a Graph - Stack Overflow
I want a graph in which nodes have more than one edge, and the number of degrees calculate these edges. Can I implementation...
Read more >
How to represent a graph with multiple edges allowed ...
How can I find the shortest path between two subgraphs of a larger graph? 1 · How many vertices/nodes are too many in...
Read more >
Routing multiple edges between two nodes in a parallel fashion
This article provides a demo that shows how to use ParallelEdgeLayouter to route multiple edges between two nodes.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found