Skip to content

Commit ee0f6b7

Browse files
fix(typo): the tag closed itself (#1089)
1 parent 8154aad commit ee0f6b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/example-react-router.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ In React Router v5, you need to pass the history object as a whole to the Route
169169
test('full app rendering/navigating', () => {
170170
const history = createMemoryHistory()
171171
render(
172-
<Router history={history} />
172+
<Router history={history}>
173173
<App />
174174
</Router>,
175175
)
176-
```
176+
```

0 commit comments

Comments
 (0)