Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[material-next][InputAdornment] incorrect import unstable_capitalize from @mui/base/composeClasses #39507

Closed
MarcosBustamante opened this issue Oct 18, 2023 · 1 comment · Fixed by #39510
Assignees
Labels
bug 🐛 Something doesn't work package: material-ui Specific to @mui/material

Comments

@MarcosBustamante
Copy link

The InputAdornment is trying to import the unstable_capitalize from @mui/base/composeClasses:

It is generating this annoying error:
Captura de Tela 2023-10-18 às 17 04 24

Please, update it to upload this function from utils or from the correct source

import { unstable_capitalize as capitalize } from '@mui/utils';
@github-actions github-actions bot added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Oct 18, 2023
@DiegoAndai DiegoAndai self-assigned this Oct 18, 2023
@DiegoAndai DiegoAndai added bug 🐛 Something doesn't work package: material-ui Specific to @mui/material and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Oct 18, 2023
@DiegoAndai DiegoAndai changed the title InputAdornment is trying to import unstable_capitalize from @mui/base/composeClasses [material-next][InputAdornment] incorrect import unstable_capitalize from @mui/base/composeClasses Oct 18, 2023
@DiegoAndai
Copy link
Member

Hey @MarcosBustamante thanks for the report, I've opened a PR to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work package: material-ui Specific to @mui/material
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants