Commit b46ea9f
committed
fix(home): preview 배포 타입 오류 수정
useReducedMotion 반환값이 boolean | null이라서
Vercel 타입 검사에서 useSoftRevealMotion 호출이 실패했어요.
null 병합으로 boolean 타입을 고정해서
preview 빌드가 안정적으로 통과하게 했어요.1 parent 2553ed3 commit b46ea9f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments