Moritz Klack

Results 490 comments of Moritz Klack
trafficstars

Hey @Keanottesen , unfortunately I have no update on this issue, but I will add it to our next dev cycle which starts on Monday! Hopefully we can provide a...

Re-rendering nodes should not happen if you just click the canvas. Are your custom nodes wrapped with `memo`? Do you have any chance to check if this issue also occurs...

Thanks for your PR @jclumingkit ! We will have a look.

Thanks for the report. We will see if we can repro this.

thanks but this is a bit too specific for the core library.

I can't reproduce this issue. If you are destructing the nodes with the `computed` values, they should still be there. Does this example work for you https://codesandbox.io/p/sandbox/jovial-feistel-r5ywtz?file=/App.js:84,10 ?

In your codesandbox `fitView` doesn't work, because it's not passed as a dependecy to the `onLayout` function.

that sandbox is private :D csb is killing me..

It's the same issue. You need to pass stuff that changes to the dependency arrays: https://codesandbox.io/p/sandbox/practical-cache-ms5hwv?file=/App.js:39,1-40,1 (I also decreased `minZoom`)