File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ You should check Playground Project located in the `/playground` folder. It is a
59
59
npm i -D @types/react @types/react-dom @types/react-redux
60
60
```
61
61
62
- "react" - ` @types/react `
63
- "react-dom" - ` @types/react-dom `
64
- "redux" - (types included with npm package)*
65
- "react-redux" - ` @types/react-redux `
62
+ "react" - ` @types/react `
63
+ "react-dom" - ` @types/react-dom `
64
+ "redux" - (types included with npm package)*
65
+ "react-redux" - ` @types/react-redux `
66
66
67
67
[ ⇧ back to top] ( #table-of-contents )
68
68
Original file line number Diff line number Diff line change 5
5
npm i -D @types/react @types/react-dom @types/react-redux
6
6
```
7
7
8
- "react" - ` @types/react `
9
- "react-dom" - ` @types/react-dom `
10
- "redux" - (types included with npm package)*
11
- "react-redux" - ` @types/react-redux `
8
+ "react" - ` @types/react `
9
+ "react-dom" - ` @types/react-dom `
10
+ "redux" - (types included with npm package)*
11
+ "react-redux" - ` @types/react-redux `
12
12
13
13
[ ⇧ back to top] ( #table-of-contents )
You can’t perform that action at this time.
0 commit comments