David Ruisinger

Results 13 comments of David Ruisinger
trafficstars

@wcandillon does [this](https://github.com/davidruisinger/skia-text-path-change) help? It's a super simple example without gestures, but same issue: The `` does not re-render with an updated path from `usePathValue`, whereas the `` component re-renders...

I ran into some issues with @JonathanWbn 's workaround where a concurrently run value update collided with the `editor.undo()` call. So I ended up triggering the normalization with this workaround:...

After running into other issues with the above workarounds I finally ended up with this: 1) I have my editor component that receives the value as prop from outside 2)...