Moritz Klack

Results 440 comments of Moritz Klack
trafficstars

I am glad that you could find some workarounds for your use cases here :)

This looks like a bug. Shouldn't both props use client coordinate px values @peterkogo @bcakmakoglu ?

please re-open with a codesandbox or repo.

Thanks for the report @thmsgbrt. This is an interesting bug. We are using the ResizeObserver to measure the nodes on mount. It seems that it doesn't work when the tab...

This is a quite old issue and I was hoping that it got fixed in the meantime (because so many things changed) but I just checked and it's still a...

I checked again and it seems fine in the latest version of React Flow in Chrome, Firefox and Safari. If this issue pops up again, we could merge this fix:...

This is indeed not correct. We shouldn't use margin here, but work with top, left etc. depending on the position.

does this help https://github.com/wbkd/react-flow-example-apps/blob/main/reactflow-create-react-app/src/Flow/Flow.test.tsx#L19 ?