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.
2 parents 78965a9 + b956e3a commit e3e6e0bCopy full SHA for e3e6e0b
src/content/1/en/part1d.md
@@ -31,7 +31,7 @@ After the change is made, reinstall dependencies by running
31
npm install
32
```
33
34
-Note that also the file <i>index.js</i> needs to be changed a bit. For React 18 it looks like
+Note that also the file <i>index.js</i> needs to be changed a bit. For React 17 it looks like
35
36
```js
37
import ReactDOM from 'react-dom'
@@ -40,7 +40,7 @@ import App from './App'
40
ReactDOM.render(<App />, document.getElementById('root'))
41
42
43
-but for React 17 the correct form is
+but for React 18 the correct form is
44
45
46
import React from 'react'
0 commit comments