Skip to content

Commit

Permalink
Merge pull request #4382 from aryaemami59/deprecated-react-child
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 1, 2024
2 parents e46eb99 + 9eb1cf2 commit d6e7cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/query/react/kitchen-sink/src/mocks/setupTests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const setupTests = () => {
path?: string
}
function renderWithProvider(
children: React.ReactChild,
children: React.ReactElement | number | string,
{ route, path }: RenderOptions = { route: '/', path: '' },
) {
const history = createMemoryHistory()
Expand Down

0 comments on commit d6e7cca

Please sign in to comment.