Skip to content

Commit

Permalink
Update install.mdx (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhumphrey authored Sep 14, 2022
1 parent c922d98 commit e466b20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Head from 'next/head';
>
> If you are already using Material UI, you probably already have most of these peer dependencies installed.
>
> Just double check that you have the following in your package.json, or just use the [full install commands](<#install-with-required-peer-dependencies-(recommended)>) below.
> Just double-check that you have the following in your package.json, or use the [full install commands](<#install-with-required-peer-dependencies-(recommended)>) below.
>
> 1. @mui/material (v5)
> 2. @mui/icons-material (v5)
Expand Down Expand Up @@ -58,6 +58,6 @@ Yarn
yarn add material-react-table @mui/material @mui/icons-material @emotion/react @emotion/styled
```

> No need to install `@tanstack/react-table`, as `@tanstack/react-table` (React Table V8) is already an internal dependency of `material-react-table`.
> You do not need to install `@tanstack/react-table`, as `@tanstack/react-table` (React Table V8) is already an internal dependency of `material-react-table`.
>
> All internal dependencies: `@tanstack/match-sorter-utils`, `@tanstack/react-table`, `react-virtual`

1 comment on commit e466b20

@vercel
Copy link

@vercel vercel bot commented on e466b20 Sep 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.