We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 192a3b3 + d6e7cca commit c66d620Copy full SHA for c66d620
examples/query/react/kitchen-sink/src/mocks/setupTests.tsx
@@ -23,7 +23,7 @@ export const setupTests = () => {
23
path?: string
24
}
25
function renderWithProvider(
26
- children: React.ReactChild,
+ children: React.ReactElement | number | string,
27
{ route, path }: RenderOptions = { route: '/', path: '' },
28
) {
29
const history = createMemoryHistory()
0 commit comments