Commit 276dc9c
committed
fix(types): resolve TypeScript errors in UI components
- Fix SimpleObjectPool with proper generic types and type guards
- Remove problematic enhancedFetch export from NetworkProvider
- Fix useGraphViewportCulling with proper GraphNode type guards
- Update NetworkStatus and PerformanceDashboard components
- Remove usage of 'any' types in favor of proper TypeScript1 parent c678f86 commit 276dc9c
File tree
10 files changed
+273
-362
lines changed- apps
- cli/src
- web/src
- components/ui
- hooks
- utils
- packages/ui/src
- components
10 files changed
+273
-362
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
556 | 557 | | |
557 | 558 | | |
558 | 559 | | |
559 | | - | |
| 560 | + | |
560 | 561 | | |
561 | 562 | | |
562 | 563 | | |
| |||
582 | 583 | | |
583 | 584 | | |
584 | 585 | | |
585 | | - | |
586 | | - | |
| 586 | + | |
| 587 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments