Open VijayRathod20 opened 3 days ago
Please provide a codesandbox for this.
It seems that the height is correct but the layout is not updated accordingly. You could trigger a re-layout whenever the height of a node changes for example by comparing prev and current values or use the dimension change of onNodesChange
.
@peterkogo @hayleigh-dot-dev what do you think about an useOnNodesMeasure
hook and/or a onNodesMeasure
prop?
What platform were you using when you found the bug?
Live code example
No response
Describe the Bug
Steps to reproduce the bug or issue
Created custom node with more data render inside the node , the height is increased but placeholder node not set properly
Expected behavior
Screenshots or Videos
No response
Additional context
No response