File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,11 +265,11 @@ const weakComponentIndexedTest1: JSX.LibraryManagedAttributes<
265265 { propTypes : typeof weakComponentPropTypes } ,
266266 IndexedComponentProps
267267> = { } ;
268- // @ts -expect-error
269268const weakComponentIndexedTest2 : JSX . LibraryManagedAttributes <
270269 { propTypes : typeof weakComponentPropTypes } ,
271270 IndexedComponentProps
272- > = { foo : "" } ;
271+ > // @ts -expect-error
272+ = { foo : "" } ;
273273const weakComponentIndexedTest3 : JSX . LibraryManagedAttributes <
274274 { propTypes : typeof weakComponentPropTypes } ,
275275 WeakIndexedComponentProps
Original file line number Diff line number Diff line change @@ -265,11 +265,11 @@ const weakComponentIndexedTest1: JSX.LibraryManagedAttributes<
265265 { propTypes : typeof weakComponentPropTypes } ,
266266 IndexedComponentProps
267267> = { } ;
268- // @ts -expect-error
269268const weakComponentIndexedTest2 : JSX . LibraryManagedAttributes <
270269 { propTypes : typeof weakComponentPropTypes } ,
271270 IndexedComponentProps
272- > = { foo : "" } ;
271+ > // @ts -expect-error
272+ = { foo : "" } ;
273273const weakComponentIndexedTest3 : JSX . LibraryManagedAttributes <
274274 { propTypes : typeof weakComponentPropTypes } ,
275275 WeakIndexedComponentProps
Original file line number Diff line number Diff line change @@ -265,11 +265,11 @@ const weakComponentIndexedTest1: JSX.LibraryManagedAttributes<
265265 { propTypes : typeof weakComponentPropTypes } ,
266266 IndexedComponentProps
267267> = { } ;
268- // @ts -expect-error
269268const weakComponentIndexedTest2 : JSX . LibraryManagedAttributes <
270269 { propTypes : typeof weakComponentPropTypes } ,
271270 IndexedComponentProps
272- > = { foo : "" } ;
271+ > // @ts -expect-error
272+ = { foo : "" } ;
273273const weakComponentIndexedTest3 : JSX . LibraryManagedAttributes <
274274 { propTypes : typeof weakComponentPropTypes } ,
275275 WeakIndexedComponentProps
You can’t perform that action at this time.
0 commit comments