Commit 3da59b2
authored
🤖 Fix React DOM warning and EventEmitter max listeners warning (#217)
Resolves two console warnings during development:
**React DOM warning**: Removed attribute from Anthropic SVG metadata
that React doesn't recognize as a valid DOM attribute.
**EventEmitter max listeners**: Increased AIService max listeners from
default 10 to 50 to accommodate multiple concurrent workspace
subscriptions to stream events.
_Generated with `cmux`_1 parent c8589ed commit 3da59b2
2 files changed
+4
-8
lines changedLoading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
0 commit comments