18cd0fd246
Remove unwanted `<Canvas>` which was resulting in duplicate rendering ### Change Type - [ ] `patch` — Bug fix - [ ] `minor` — New feature - [ ] `major` — Breaking change - [ ] `dependencies` — Changes to package dependencies[^1] - [ ] `documentation` — Changes to the documentation only[^2] - [ ] `tests` — Changes to any test code only[^2] - [x] `internal` — Any other changes that don't affect the published package[^2] - [ ] I don't know [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version ### Test Plan 1. Copy the "custom UI" example found [here](https://github.com/tldraw/tldraw/blob/main/apps/examples/src/examples/CustomUiExample) 2. Run it 3. You will see two instances of canvas rendering (have to inspect the DOM, it's not obvious visually :)) 4. With my change the issue is gone - [ ] Unit Tests - [ ] End to end tests ### Release Notes - Fixed double rendering of canvas in the "custom UI" example |
||
---|---|---|
.. | ||
examples | ||
vscode |