Commit f12102a
fix(frontend): Resolve TypeScript compilation error in ScanProgressDialog
- Fixed name conflict where Error icon from @mui/icons-material was shadowing global Error constructor
- Renamed import to ErrorIcon to avoid collision
- Added explicit type annotation for error response data
- Resolves issue #75: All 6 TypeScript compilation errors now fixed
TypeScript compilation now passes with zero errors.
Impact:
- CI pipeline will now pass TypeScript checks
- Better type safety and IDE support
- Improved developer experience
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f229bd4 commit f12102a
1 file changed
Lines changed: 5 additions & 4 deletions
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | | - | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments