Skip to content

Commit

Permalink
Update errata.md
Browse files Browse the repository at this point in the history
Errata updated
  • Loading branch information
juhahinkula authored Apr 2, 2024
1 parent 6d0679f commit 4ea56af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ let greeting = "Hello " + person.firstName + " " + person.lastName

js.coach site is not available anymore. You can use Awesome React Components https://github.com/brillout/awesome-react-components.

## Chapter 11 - Figure 11.7 "Grid with buttons"
The figure shows an extra column Owner Login that is not in the code.

## Chapter 15 - Using Vitest (page 355)
Vitest released version 1.0, which requires Vite version 5. ,You can solve this by installing Vitest version 0.36 that is compatible with Vite version 4. See the installation command below:":
```bash
Expand Down

0 comments on commit 4ea56af

Please sign in to comment.