Moritz Klack

Results 440 comments of Moritz Klack
trafficstars

Thanks for the hint @harrydigos . We will check it. Maybe this is just about something we need to add to the docs?!

This is super annoying and I haven't found a solution for this. As a workaround you can cast the node type in the selector: ```js const inputNames = useStore((state) =>...

Hey @MatheusRoichman rotation is not built in and if you rotate a parent, the coordinate system stays the same and you would have to do some maths, to position the...

We will not add rotation as a built-in feature for React Flow. If you need resizing and rotation, you would need to implement resizing in the custom node on your...

Since rotation is not built-in, it breaks a lot of things. Unfortunately I am not sure, if we are going to address this.

We will not add rotation as a built-in feature for React Flow. If you need resizing and rotation, you would need to implement resizing in the custom node on your...

Thanks for bringing this up. It should work automatically, since nodes change their dimensions. We will check it!

I can't reproduce this issue https://codesandbox.io/p/sandbox/sad-estrela-t22fx7?file=/src/nodes/index.ts - It would be super helpful if you could create an example for this. @alexanderhorner That's sad to hear! If you find some time,...

Nice, that you could solve it already. That's one of the biggest changes with React Flow 12.