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 bc54049 + 3546474 commit 78965a9Copy full SHA for 78965a9
src/content/1/fi/osa1d.md
@@ -32,7 +32,7 @@ After the change is made, reinstall dependencies by running
32
npm install
33
```
34
35
-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
36
37
```js
38
import ReactDOM from 'react-dom'
@@ -41,7 +41,7 @@ import App from './App'
41
ReactDOM.render(<App />, document.getElementById('root'))
42
43
44
-but for React 17 the correct form is
+but for React 18 the correct form is
45
46
47
import React from 'react'
0 commit comments