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.

[FR] New source/target handle type

See original GitHub issue

Have a Handle type that acts as source and target. In v6 I was able to create connections only with sources handles, but after upgrading to v8 the EdgeRenderer warns about couldn't create edge for target handle id. The use case behind this is the ability to connect any node handle with any other in another node.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
MatiasCicconecommented, Nov 26, 2020

@chrtze sorry, just see this. Do you still need a sandbox? I think @moklick explained it better than me. And yes, I like the connectionMode proposal

1reaction
moklickcommented, Nov 26, 2020

Hey @MatiasCiccone

we are not allowing target to target or source to source connections anymore. I think we should add an option to enable this again. Any ideas for an option name? allowTargetToTargetAndSourceToSourceConnections seems a bit overwhelming 😄. Maybe connectionMode: 'loose' | 'strict' ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create Edge from source handle to target handle instead of ...
I have used a multi-handle custom node by implementing "React Sortable Tree". Consider. React Sortable Node = > Sort Node. React Flow Node...
Read more >
Event (JavaFX 8) - Oracle Help Center
The event source specifies for an event handler the object on which that handler ... Construct a new Event with the specified event...
Read more >
Edge Options API - React Flow
Edge Options. You create edges by adding them to your edges or defaultEdges array of the ReactFlow component. Edge example: { id: 'e1-2',...
Read more >
Source Analyzer in Informatica | How to Create Source & Target
1. In source analyzer, Click on Sources tab from the main menu 2. Create ODBC connection (If you already have ODBC connection, move...
Read more >
Event.target - Web APIs | MDN
The read-only target property of the Event interface is a reference to the object onto which the event was dispatched.
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