tldraw/apps/examples/src
Taha 0d755de41e
annotate error boundary example (#2410)
Annotates error boundary example

### Change Type

- [ ] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [x] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `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. Add a step-by-step description of how to test your PR here.
2.

- [ ] Unit Tests
- [ ] End to end tests

### Release Notes

- Add annotation to error boundary example

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2024-01-08 12:12:29 +00:00
..
components Add descriptions to active examples (#2407) 2024-01-05 11:08:36 +00:00
examples annotate error boundary example (#2410) 2024-01-08 12:12:29 +00:00
hooks add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
icons New vite-based examples app (#1226) 2023-05-05 13:10:36 +00:00
testing add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
ExamplePage.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
examples.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
HomePage.tsx Add descriptions to active examples (#2407) 2024-01-05 11:08:36 +00:00
index.html New vite-based examples app (#1226) 2023-05-05 13:10:36 +00:00
index.tsx add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00
styles.css fix example scrolling on ios (#2412) 2024-01-05 14:21:58 +00:00
vite-env.d.ts add descriptions to examples (#2375) 2023-12-27 17:17:18 +00:00