-
### Code of Conduct
- [X] I have read and agree to the xyflow contributor [Code of Conduct](https://github.com/xyflow/web/blob/main/CODE_OF_CONDUCT.md)
### Which site are you suggesting a change for…
-
### Describe the Bug
I'm trying to get Custom Edges to work in the svelte version.
Here's my code:
```
import { createEventDispatcher } from 'svelte';
import { BaseEdge, EdgeLabelRe…
-
### Describe the Bug
I have the following sequence:
- a flow where I have parentNode defined in some nodes in my tree
- one or multiple nodes can be dragged.
- i hide/unhide a node/multiple node…
-
-
### Describe the Bug
Link to Discord initial message (video attached) : https://discord.com/channels/771389069270712320/1194252622606106684/1194252622606106684
> I've a strange behaviour after mig…
-
### Describe the Bug
I was just playing around with the demo from the docs and immediately I have this TypeScript error scream at me. Not a breaking bug but would be nice not to have it out of the bo…
-
### Code of Conduct
- [X] I have read and agree to the xyflow contributor [Code of Conduct](https://github.com/xyflow/web/blob/main/CODE_OF_CONDUCT.md)
### Project Name
TSDiagram
### Project Descr…
3rd updated
11 months ago
-
### Code of Conduct
- [X] I have read and agree to the xyflow contributor [Code of Conduct](https://github.com/xyflow/web/blob/main/CODE_OF_CONDUCT.md)
### Project Name
Hongtu
### Project …
-
### Describe the Bug
`EdgeProps`, and by extension the edge components, require the props `id`, `source`, and `target`, which aren't actually used anywhere within the components. This isn't the case …
-
### Describe the Bug
In Svelte Flow, `SvelteFlowProvider`'s `getIntersectingNodes` function does not work with `Rect` passed as the first parameter.
What I think is going on here is that https://…