Commit 67398d2
Fix React imports and ESLint warnings in WebSocketContext
- Replace React import with type-only import for ReactNode to fix verbatimModuleSyntax
- Remove unused React import that was causing TS6133 error
- Add ESLint disable for react-refresh/only-export-components rule
- Ensure web build passes all TypeScript and linting checks for GitHub Actions
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e39176d commit 67398d2
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments