chore: From Flow to typescript #3521
Annotations
10 errors
src/index.spec.tsx#L118
Type '{ obj: { nested: Element; }; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
src/index.spec.tsx#L119
Type '{ children: string; arr: string[]; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
src/index.spec.tsx#L134
Type '{ nested: { hello: string; foo: string; bar: number; baz: string[]; }; root: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
src/index.spec.tsx#L172
Type '{ fn: () => void; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
src/index.spec.tsx#L180
Type '{ fn: () => void; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
src/index.spec.tsx#L186
Type '{ co: Element; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
src/index.spec.tsx#L186
Type '{ a: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
src/index.spec.tsx#L192
Type '{ re: RegExp; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
src/index.spec.tsx#L198
Type '{ int: number; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
src/index.spec.tsx#L205
Type '{ obj: { hello: string; }; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
The logs for this run have expired and are no longer available.
Loading