-
От @trin4ik : "глобально я бы разработал небольшой playground для mobx+react, чтобы можно было быстро тестировать те или иные методы. отличный пример -- туториал свелта (https://svelte.dev/tutorial/ba…
-
### Describe the Bug
I think there is a bug with setNodes loosing reference to nodes in a flow when the nodes are not rendered. This is can be seen in the Expand and Collapse pro example (https://r…
-
Right now, the code uses Rete.JS with it's old renderer.
I would prefer to have something nicer to look at. the Vue/React renderers seems to look the same.
So either redesign or switching to someth…
-
### Describe the Bug
I have a customNode **Board**, and I want to drag some customNodes into it.
I refer to the "drag and drop" part of examples and the code is like below:
```typescript
const…
-
### Describe the Bug
When deleting a node from the state, it still gets rendered, which results in an undefined error.
Here is the render part of my [EditorComponent](https://github.com/AlexW00/ob…
-
### Describe the Bug
The [easy connect example](https://reactflow.dev/docs/examples/nodes/easy-connect/) renders Handles *conditionally*, in line 21 of CustomNode.js.
```
{!isConnectin…
-
### Describe the Bug
There has been a recent update to the Handle component to clean up and rationalise.
```
if (!nodeId) {
store.getState().onError?.('010', errorMessages['010']());
…
-
### Describe the Bug
Dear React Flow team,
I am using your library for a project that includes nodes with multiple handles. I've encountered an issue related to handle connection functionality tha…
-
Currently it is possible to customize the anchor position using callbacks mentioned in the docs below
https://www.svelvet.io/docs/CustomAnchorPosition/
However, they are not editable
![image]…
-
### Describe the Bug
I have been trying to use "fitView" with a custom made button, made for toggling the view of my reactflow diagram from horizontal to vertical, i have tried every method but hav…