Commit 4e99def
fix: type ItemsData placeholder row + dedupe @thatopen/components
The cycle-safe placeholder added in 4fa0615 was inferred as a plain
object literal, widening `type: "item"` to `string` and breaking tsc.
Annotate the placeholder as `BUI.TableGroupData<ItemsDataTableData>`
so the literal type is preserved.
Also dedupe `@thatopen/components` in yarn.lock: the bumps in cdedacb
left two parallel resolutions (^3.4.5 -> 3.4.5 and ~3.4.0 -> 3.4.1),
which installed a nested copy under @thatopen/components-front and
broke type identity for Highlighter, RendererWith2D, and Components
across the obc build.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 650c15c commit 4e99def
2 files changed
Lines changed: 4 additions & 30 deletions
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
782 | 782 | | |
783 | 783 | | |
784 | 784 | | |
785 | | - | |
| 785 | + | |
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| |||
798 | 798 | | |
799 | 799 | | |
800 | 800 | | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | | - | |
805 | | - | |
806 | | - | |
807 | | - | |
808 | | - | |
809 | | - | |
810 | | - | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | 801 | | |
818 | 802 | | |
819 | 803 | | |
| |||
2411 | 2395 | | |
2412 | 2396 | | |
2413 | 2397 | | |
2414 | | - | |
2415 | | - | |
2416 | | - | |
2417 | | - | |
2418 | | - | |
2419 | | - | |
2420 | | - | |
2421 | | - | |
2422 | | - | |
2423 | | - | |
2424 | | - | |
2425 | 2398 | | |
2426 | 2399 | | |
2427 | 2400 | | |
| |||
4784 | 4757 | | |
4785 | 4758 | | |
4786 | 4759 | | |
4787 | | - | |
| 4760 | + | |
4788 | 4761 | | |
4789 | 4762 | | |
4790 | 4763 | | |
| |||
0 commit comments