Commit f8ee55c
OpenClaw Bot
fix: add undefined initial value to useRef for React 19 compatibility
- React 19 requires useRef to be called with an initial value
- Fixes TS2554: Expected 1 arguments, but got 01 parent b30ba4d commit f8ee55c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments