Skip to content

Commit b8a9489

Browse files
authored
Update Readme.md
1 parent 2b6c0ac commit b8a9489

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

hooks/13_LoginForm/Readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,7 @@ _./src/index.html_
114114
npm install @material-ui/core @material-ui/icons --save
115115
```
116116

117-
- However, we must be careful with the compatibility of certain versions of _typescript_ with the new _hooks_ of _material-ui_. For this example, we can install _typescript@3.3.3_ version.
118-
119-
```bash
120-
npm install typescript@3.3.3 --save
121-
```
117+
- However, we must be careful with the compatibility of certain versions of _typescript_ with the new _hooks_ of _material-ui_. The latest version of typescript at this time (v.3.5.1) shows a TSERROR when using _useStyles()_. If you have the same error, you can solve it temporarily using typescript@3.3.3 version.
122118

123119
- Now we could create a login form it could look something like:
124120

0 commit comments

Comments
 (0)