fix: resolve TypeScript build error in AIOnboarding and Scanner components
- Fix null type error in AIOnboarding.tsx line 352: img src attribute - Fix similar issue in Scanner.tsx line 237: capturedImage null handling - Use '|| undefined' pattern to satisfy React 19/Next.js 15 type requirements - Both components now properly handle null/undefined image states
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.9.20",
|
||||
"last_build": "2026-04-14-2250",
|
||||
"codename": "AIFix",
|
||||
"version": "1.9.21",
|
||||
"last_build": "2026-04-14-2300",
|
||||
"codename": "TSFix",
|
||||
"commit": "manual"
|
||||
}
|
||||
Reference in New Issue
Block a user