Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/reduxjs/redux-toolkit int…
Browse files Browse the repository at this point in the history
…o scoped-jsx
  • Loading branch information
aryaemami59 committed May 1, 2024
2 parents 192a3b3 + d6e7cca commit c66d620
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 c66d620

Please sign in to comment.