You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!!! related TS2760 tests/cases/conformance/jsx/checkJsxChildrenCanBeTupleType.tsx:17:18: Overload 1 of 2, '(props: Readonly<ResizablePanelProps>): ResizablePanel', gave the following error.
25
-
Type '{ children: [Element, Element, Element]; }' is not assignable to type 'Readonly<ResizablePanelProps>'.
26
-
Types of property 'children' are incompatible.
27
-
Type '[Element, Element, Element]' is not assignable to type '[ReactNode, ReactNode]'.
28
-
Types of property 'length' are incompatible.
29
-
Type '3' is not assignable to type '2'.
30
-
!!! related TS2760 tests/cases/conformance/jsx/checkJsxChildrenCanBeTupleType.tsx:17:18: Overload 2 of 2, '(props: ResizablePanelProps, context?: any): ResizablePanel', gave the following error.
31
-
Type '{ children: [Element, Element, Element]; }' is not assignable to type 'Readonly<ResizablePanelProps>'.
32
-
Types of property 'children' are incompatible.
33
-
Type '[Element, Element, Element]' is not assignable to type '[ReactNode, ReactNode]'.
33
+
!!! error TS2763: No overload matches this call.
34
+
!!! error TS2763: Overload 1 of 2, '(props: Readonly<ResizablePanelProps>): ResizablePanel', gave the following error.
35
+
!!! error TS2763: Type '{ children: [Element, Element, Element]; }' is not assignable to type 'Readonly<ResizablePanelProps>'.
36
+
!!! error TS2763: Types of property 'children' are incompatible.
37
+
!!! error TS2763: Type '[Element, Element, Element]' is not assignable to type '[ReactNode, ReactNode]'.
38
+
!!! error TS2763: Types of property 'length' are incompatible.
39
+
!!! error TS2763: Type '3' is not assignable to type '2'.
40
+
!!! error TS2763: Overload 2 of 2, '(props: ResizablePanelProps, context?: any): ResizablePanel', gave the following error.
41
+
!!! error TS2763: Type '{ children: [Element, Element, Element]; }' is not assignable to type 'Readonly<ResizablePanelProps>'.
42
+
!!! error TS2763: Types of property 'children' are incompatible.
43
+
!!! error TS2763: Type '[Element, Element, Element]' is not assignable to type '[ReactNode, ReactNode]'.
0 commit comments