From 654eabbeba54023c6a17e27080a09f439ffec686 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 28 Nov 2025 21:05:00 -0800 Subject: [PATCH] fix: third-party library type issues - remove unsupported class prop from bits-ui SelectPrimitive.Root - add type assertion for RadioGroupPrimitive spread props (as any) - remove wx-svelte-grid Cell import (not exported) - simplify LastUpdatedCell props with index signature for grid props --- src/lib/components/database/cells/LastUpdatedCell.svelte | 6 ++---- src/lib/components/ui/Select.svelte | 1 - .../components/ui/segmented-control/SegmentedControl.svelte | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/lib/components/database/cells/LastUpdatedCell.svelte b/src/lib/components/database/cells/LastUpdatedCell.svelte index 42e88ec2..5d7b5fa6 100644 --- a/src/lib/components/database/cells/LastUpdatedCell.svelte +++ b/src/lib/components/database/cells/LastUpdatedCell.svelte @@ -1,11 +1,9 @@
- + {@render children?.()}
\ No newline at end of file