Skip to content

Commit d6e7cca

Browse files
authored
Merge pull request #4382 from aryaemami59/deprecated-react-child
2 parents e46eb99 + 9eb1cf2 commit d6e7cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/query/react/kitchen-sink/src/mocks/setupTests.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const setupTests = () => {
2323
path?: string
2424
}
2525
function renderWithProvider(
26-
children: React.ReactChild,
26+
children: React.ReactElement | number | string,
2727
{ route, path }: RenderOptions = { route: '/', path: '' },
2828
) {
2929
const history = createMemoryHistory()

0 commit comments

Comments
 (0)