-
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.06 KB
/
Copy pathtsc_errors.txt
File metadata and controls
10 lines (10 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
src/components/workflow/HistorySidebar.tsx(273,57): error TS2322: Type 'unknown' is not assignable to type 'ReactNode'.
src/trigger/index.ts(17,14): error TS2323: Cannot redeclare exported variable 'llmTask'.
src/trigger/index.ts(87,14): error TS2323: Cannot redeclare exported variable 'cropImageTask'.
src/trigger/index.ts(140,14): error TS2323: Cannot redeclare exported variable 'extractFrameTask'.
src/trigger/index.ts(186,15): error TS2323: Cannot redeclare exported variable 'llmTask'.
src/trigger/index.ts(186,15): error TS2484: Export declaration conflicts with exported declaration of 'llmTask'.
src/trigger/index.ts(186,24): error TS2323: Cannot redeclare exported variable 'cropImageTask'.
src/trigger/index.ts(186,24): error TS2484: Export declaration conflicts with exported declaration of 'cropImageTask'.
src/trigger/index.ts(186,39): error TS2323: Cannot redeclare exported variable 'extractFrameTask'.
src/trigger/index.ts(186,39): error TS2484: Export declaration conflicts with exported declaration of 'extractFrameTask'.