James Vaughan
James Vaughan
This introduces a new prop on the `Renderer` component that allows users integrating with @tldraw/core to provide custom components to override parts of the default UI. At this point, the...
I have a machine that I edit both directly in the code and in the visual editor in the VS Code extension. After editing the machine via the visual editor,...
**Is your feature request related to a problem? Please describe.** I work in a repo with relatively slow pre-commit hooks. I'd like to be able to start composing my commit...
**Describe the bug** The zustand store is modified twice when mixing the store's `set` function with Liveblocks' `batch` function. **To Reproduce** This code results in a bug: ```typescript type TestStore...