Commit 644ec9c
fix: update useMemo dependencies after useStableOptions refactor
- Replace undefined variables (langRev, themeRev, optsRev) with stable references
- Fixes runtime error caused by missing dependency variables
- Maintains proper dependency tracking for re-computation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cf94032 commit 644ec9c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments