In Html.tsx suggest adding divProps as well as shouldTransform to deps on useLayoutEffect
My use case was a pop-up box by a shape which allows shape properties to be changed. When they've changed you want the pop-up box to move, which I achieved by add the dependency.
In Html.tsx suggest adding divProps as well as shouldTransform to deps on useLayoutEffect
My use case was a pop-up box by a shape which allows shape properties to be changed. When they've changed you want the pop-up box to move, which I achieved by add the dependency.