-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsc_errors.log
More file actions
17 lines (17 loc) · 4.03 KB
/
tsc_errors.log
File metadata and controls
17 lines (17 loc) · 4.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
src/components/AddGoalForm.tsx(23,30): error TS2307: Cannot find module '../types/goal' or its corresponding type declarations.
src/components/AddGoalForm.tsx(110,39): error TS2339: Property 'refineGoal' does not exist on type 'AIService'.
src/components/AddGoalForm.tsx(128,42): error TS2339: Property 'suggestGoal' does not exist on type 'AIService'.
src/components/GoalCard.tsx(24,36): error TS2307: Cannot find module '../types/goal' or its corresponding type declarations.
src/components/GoalCard.tsx(31,36): error TS2307: Cannot find module '../store/dailyGoalsStore' or its corresponding type declarations.
src/components/GoalCard.tsx(156,39): error TS2339: Property 'refineGoal' does not exist on type 'AIService'.
src/components/GoalCard.tsx(319,95): error TS7006: Parameter 'st' implicitly has an 'any' type.
src/components/GoalCard.tsx(544,33): error TS7006: Parameter 'subTask' implicitly has an 'any' type.
src/components/GoalCard.tsx(597,33): error TS7006: Parameter 'subTask' implicitly has an 'any' type.
src/constants/categories.ts(1,30): error TS2307: Cannot find module '../types/goal' or its corresponding type declarations.
src/hooks/useDailyReset.ts(4,36): error TS2307: Cannot find module '../store/dailyGoalsStore' or its corresponding type declarations.
src/hooks/useDailyReset.ts(20,27): error TS2554: Expected 1 arguments, but got 0.
src/lib/database.ts(2,64): error TS2307: Cannot find module '../types/goal' or its corresponding type declarations.
src/screens/AIChatScreen.tsx(107,66): error TS2339: Property 'setCustomBackgroundConfig' does not exist on type 'ThemeState'.
src/screens/AIChatScreen.tsx(110,50): error TS2339: Property 'isZenMode' does not exist on type 'ThemeState'.
src/screens/AIChatScreen.tsx(111,53): error TS2339: Property 'setIsZenMode' does not exist on type 'ThemeState'.
src/services/NotificationService.ts(139,11): error TS2561: Object literal may only specify known properties, but 'enableVibration' does not exist in type 'NotificationChannelInput'. Did you mean to write 'enableVibrate'?