Skip to content

Commit 0c72dc2

Browse files
committed
update old baseline
1 parent 7d58c78 commit 0c72dc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/baselines/reference/jsxGenericComponentWithSpreadingResultOfGenericFunction.types

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ declare const otherProps: { bar: string, qwe: boolean }
2121
declare function GenericComponent<T>(props: T): null
2222
>GenericComponent : <T>(props: T) => null
2323
>props : T
24-
>null : null
2524

2625
<GenericComponent {...omit(['bar'], otherProps)} />; // no error
2726
><GenericComponent {...omit(['bar'], otherProps)} /> : JSX.Element

0 commit comments

Comments
 (0)