-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsc_errors.txt
More file actions
10 lines (10 loc) · 2.04 KB
/
Copy pathtsc_errors.txt
File metadata and controls
10 lines (10 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
src/components/workflow/PreprocessView.tsx(47,124): error TS2304: Cannot find name 'buckets'.
src/components/workflow/PreprocessView.tsx(68,22): error TS2304: Cannot find name 'visibleImages'.
src/components/workflow/PreprocessView.tsx(68,43): error TS7031: Binding element 'img' implicitly has an 'any' type.
src/components/workflow/PreprocessView.tsx(68,48): error TS7031: Binding element 'projId' implicitly has an 'any' type.
src/components/workflow/PreprocessView.tsx(69,38): error TS2304: Cannot find name 'imageDims'.
src/components/workflow/PreprocessView.tsx(79,56): error TS2304: Cannot find name 'startCropping'.
src/components/workflow/PreprocessView.tsx(94,28): error TS2304: Cannot find name 'allImages'.
src/components/workflow/PreprocessView.tsx(94,43): error TS7006: Parameter 'i' implicitly has an 'any' type.
src/components/workflow/PreprocessView.tsx(97,40): error TS2304: Cannot find name 'allImages'.
src/components/workflow/PreprocessView.tsx(97,55): error TS7006: Parameter 'i' implicitly has an 'any' type.