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.
1 parent a52d9b0 commit b9a334eCopy full SHA for b9a334e
README.md
@@ -118,7 +118,7 @@ render((
118
<Route path="*" component={NoMatch}/>
119
</Route>
120
</Router>
121
-), document.getElementById('target'))
+), document.getElementById('root'))
122
```
123
124
See more in the [Introduction](/docs/Introduction.md), [Guides](/docs/guides/README.md), and [Examples](/examples).
0 commit comments