We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef8563 commit 41b1fc8Copy full SHA for 41b1fc8
test/components/connect.spec.tsx
@@ -2445,7 +2445,7 @@ describe('React', () => {
2445
type Comp3NoDispatchType = NoDispatchType
2446
type Comp3OwnPropsType = {}
2447
interface Comp1Props extends Comp1TStatePropsType {
2448
- children: JSX.Element
+ children: JSX.Element | JSX.Element[]
2449
}
2450
const Comp3 = ({ first }: Comp3TStatePropsType) => {
2451
c3Spy()
@@ -2473,7 +2473,7 @@ describe('React', () => {
2473
type Comp1NoDispatchType = NoDispatchType
2474
type Comp1OwnPropsType = {}
2475
2476
2477
2478
const Comp1 = ({ children, first }: Comp1Props) => {
2479
c1Spy()
0 commit comments