|
| 1 | +Exit Code: 1 |
| 2 | +Standard output: |
| 3 | +index.tsx(26,7): error TS2322: Type '{ initialValues: { email: string; password: string; }; validate: (values: Values) => FormikErrors...' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Formik<FormikConfig<object>, object>> & Readonly<{...'. |
| 4 | + Type '{ initialValues: { email: string; password: string; }; validate: (values: Values) => FormikErrors...' is not assignable to type 'Readonly<FormikConfig<object>>'. |
| 5 | + Types of property 'onSubmit' are incompatible. |
| 6 | + Type '(values: Values, { setSubmitting, setErrors }: FormikActions<Values>) => void' is not assignable to type '(values: object, formikActions: FormikActions<object>) => void'. |
| 7 | +index.tsx(26,7): error TS2322: Type '{ initialValues: { email: string; password: string; }; validate: (values: Values) => FormikErrors...' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<Formik<FormikConfig<object>, object>> & Readonly<{...'. |
| 8 | + Type '{ initialValues: { email: string; password: string; }; validate: (values: Values) => FormikErrors...' is not assignable to type 'Readonly<FormikConfig<object>>'. |
| 9 | + Types of property 'onSubmit' are incompatible. |
| 10 | + Type '(values: Values, { setSubmitting, setErrors }: FormikActions<Values>) => void' is not assignable to type '(values: object, formikActions: FormikActions<object>) => void'. |
| 11 | + Types of parameters 'values' and 'values' are incompatible. |
| 12 | + Type 'object' is not assignable to type 'Values'. |
| 13 | +index.tsx(32,13): error TS2322: Type '{}' is not assignable to type 'FormikErrors<MyData>'. |
| 14 | + Property 'email' is missing in type '{}'. |
| 15 | +index.tsx(33,21): error TS2339: Property 'email' does not exist on type 'Values'. |
| 16 | +index.tsx(36,68): error TS2339: Property 'email' does not exist on type 'Values'. |
| 17 | +index.tsx(46,22): error TS2345: Argument of type 'Values' is not assignable to parameter of type 'MyData'. |
| 18 | +index.tsx(47,11): error TS7006: Parameter 'user' implicitly has an 'any' type. |
| 19 | +index.tsx(52,11): error TS7006: Parameter 'errors' implicitly has an 'any' type. |
| 20 | +index.tsx(74,27): error TS2339: Property 'email' does not exist on type 'Values'. |
| 21 | +index.tsx(76,20): error TS2339: Property 'email' does not exist on type 'FormikTouched<Values>'. |
| 22 | +index.tsx(76,36): error TS2339: Property 'email' does not exist on type 'FormikErrors<Values>'. |
| 23 | +index.tsx(76,58): error TS2339: Property 'email' does not exist on type 'FormikErrors<Values>'. |
| 24 | +index.tsx(82,27): error TS2339: Property 'password' does not exist on type 'Values'. |
| 25 | +index.tsx(84,20): error TS2339: Property 'password' does not exist on type 'FormikTouched<Values>'. |
| 26 | +index.tsx(84,39): error TS2339: Property 'password' does not exist on type 'FormikErrors<Values>'. |
| 27 | +index.tsx(84,64): error TS2339: Property 'password' does not exist on type 'FormikErrors<Values>'. |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +Standard error: |
0 commit comments