-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathts_errors.txt
More file actions
12 lines (12 loc) · 2.46 KB
/
ts_errors.txt
File metadata and controls
12 lines (12 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
src/app/features/document-watermark/page.tsx(12,21): error TS2304: Cannot find name 'useRef'.
src/app/features/document-watermark/page.tsx(14,3): error TS2304: Cannot find name 'useEffect'.
src/app/features/document-watermark/page.tsx(20,7): error TS2448: Block-scoped variable 'result' used before its declaration.
src/app/features/id-verification/page.tsx(19,21): error TS2304: Cannot find name 'useRef'.
src/app/features/id-verification/page.tsx(21,3): error TS2304: Cannot find name 'useEffect'.
src/app/features/id-verification/page.tsx(27,7): error TS2448: Block-scoped variable 'result' used before its declaration.
src/app/features/refund-verification/page.tsx(12,21): error TS2304: Cannot find name 'useRef'.
src/app/features/refund-verification/page.tsx(14,3): error TS2304: Cannot find name 'useEffect'.
src/app/features/refund-verification/page.tsx(20,7): error TS2448: Block-scoped variable 'result' used before its declaration.
src/app/features/review-scoring/page.tsx(12,21): error TS2304: Cannot find name 'useRef'.
src/app/features/review-scoring/page.tsx(14,3): error TS2304: Cannot find name 'useEffect'.
src/app/features/review-scoring/page.tsx(20,7): error TS2448: Block-scoped variable 'result' used before its declaration.