Commit 9bcb458
fix: resolve Chessground check prop type error breaking Vercel build
Convert boolean GameNode.check to the 'white' | 'black' | false
value that Chessground expects, fixing a TS2345 build failure.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 393ff9a commit 9bcb458
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments