Skip to content

Commit c66d620

Browse files
committed
Merge branch 'master' of https://github.com/reduxjs/redux-toolkit into scoped-jsx
2 parents 192a3b3 + d6e7cca commit c66d620

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

+1-1
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)