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.
2 parents 87bbde7 + d6e7cca commit 1496b0aCopy full SHA for 1496b0a
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