Skip to content

Commit

Permalink
Update packages/mui-material/src/utils/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Mar 5, 2022
1 parent e11a6af commit c8fa5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const unstable_ClassNameGenerator = {
configure: (generator) => {
console.warn(
[
'MUI: This module has been moved to another folder to fix the className issue.',
'MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.',
'',
"You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead",
'',
Expand Down

0 comments on commit c8fa5db

Please sign in to comment.