-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsc_errors.log
More file actions
8 lines (8 loc) · 2.86 KB
/
tsc_errors.log
File metadata and controls
8 lines (8 loc) · 2.86 KB
1
2
3
4
5
6
7
8
src/components/auth/AuthForm.tsx(67,98): error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ teal: string; purple: string; blue: string; orange: string; }'.
No index signature with a parameter of type 'string' was found on type '{ teal: string; purple: string; blue: string; orange: string; }'.
src/components/auth/AuthForm.tsx(130,99): error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ teal: string; purple: string; blue: string; orange: string; }'.
No index signature with a parameter of type 'string' was found on type '{ teal: string; purple: string; blue: string; orange: string; }'.
src/components/auth/AuthForm.tsx(285,85): error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ teal: string; purple: string; blue: string; orange: string; }'.
No index signature with a parameter of type 'string' was found on type '{ teal: string; purple: string; blue: string; orange: string; }'.
src/components/auth/AuthForm.tsx(394,85): error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ teal: string; purple: string; blue: string; orange: string; }'.
No index signature with a parameter of type 'string' was found on type '{ teal: string; purple: string; blue: string; orange: string; }'.