-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathts_errors.log
More file actions
35 lines (35 loc) · 9.95 KB
/
ts_errors.log
File metadata and controls
35 lines (35 loc) · 9.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
src/assets/icons/common/index.ts(1,37): error TS2307: Cannot find module './bookmark1.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(2,43): error TS2307: Cannot find module './bookmark2.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(3,43): error TS2307: Cannot find module './calendar1.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(4,37): error TS2307: Cannot find module './calendar2.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(5,35): error TS2307: Cannot find module './camera.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(6,33): error TS2307: Cannot find module './chat.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(7,34): error TS2307: Cannot find module './Check.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(8,36): error TS2307: Cannot find module './Check2.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(9,33): error TS2307: Cannot find module './edit.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(10,34): error TS2307: Cannot find module './heart.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(11,39): error TS2307: Cannot find module './home1.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(12,33): error TS2307: Cannot find module './home2.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(13,33): error TS2307: Cannot find module './left.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(14,35): error TS2307: Cannot find module './level0.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(15,35): error TS2307: Cannot find module './level1.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(16,35): error TS2307: Cannot find module './level2.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(17,35): error TS2307: Cannot find module './level3.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(18,34): error TS2307: Cannot find module './right.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(19,41): error TS2307: Cannot find module './search1.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(20,35): error TS2307: Cannot find module './search2.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(21,33): error TS2307: Cannot find module './send.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(22,36): error TS2307: Cannot find module './togle1.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(23,37): error TS2307: Cannot find module './togle2.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(24,39): error TS2307: Cannot find module './user1.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(25,33): error TS2307: Cannot find module './user2.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(26,37): error TS2307: Cannot find module './userPlus.svg?react' or its corresponding type declarations.
src/assets/icons/common/index.ts(27,34): error TS2307: Cannot find module './Xmack.svg?react' or its corresponding type declarations.
src/pages/follow/FollowScreen.tsx(4,33): error TS2344: Type '"Follow"' does not satisfy the constraint 'keyof MainTabParamList'.
src/pages/register/RegisterScreen.tsx(85,15): error TS2769: No overload matches this call.
Overload 1 of 2, '(props: TextInputProps): TextInput', gave the following error.
Type '{ ref: RefObject<TextInput | null>; style: { flex: number; fontSize: number; color: string; padding: number; }; placeholder: string; placeholderTextColor: string; value: string; onChangeText: Dispatch<...>; minLength: number; maxLength: number; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<TextInput> & Readonly<TextInputProps>'.
Property 'minLength' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextInput> & Readonly<TextInputProps>'.
Overload 2 of 2, '(props: TextInputProps, context: any): TextInput', gave the following error.
Type '{ ref: RefObject<TextInput | null>; style: { flex: number; fontSize: number; color: string; padding: number; }; placeholder: string; placeholderTextColor: string; value: string; onChangeText: Dispatch<...>; minLength: number; maxLength: number; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<TextInput> & Readonly<TextInputProps>'.
Property 'minLength' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<TextInput> & Readonly<TextInputProps>'.