Skip to content

Commit

Permalink
Merge branch 'rating-move-to-core' of https://github.com/mbrookes/mat…
Browse files Browse the repository at this point in the history
…erial-ui into rating-move-to-core
  • Loading branch information
mbrookes committed Sep 25, 2020
2 parents 6239f01 + 13c6f20 commit f890d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/guides/migration-v4/migration-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ const theme = createMuitheme({
- Move the component from the lab to the core. The component is now stable.

```diff
-import Alert from '@material-ui/lab/Rating';
+import Alert from '@material-ui/core/Rating';
-import Rating from '@material-ui/lab/Rating';
+import Rating from '@material-ui/core/Rating';
```

- Change the default empty icon to improve accessibility.
Expand Down

0 comments on commit f890d68

Please sign in to comment.