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

Library needs to be updated to reflect @mui import #72

Open
gbelken opened this issue Dec 7, 2021 · 3 comments
Open

Library needs to be updated to reflect @mui import #72

gbelken opened this issue Dec 7, 2021 · 3 comments

Comments

@gbelken
Copy link

gbelken commented Dec 7, 2021

Hello @LoicMahieu,

I have tried to use this new color picker with a new Material UI project and failed to get your color picker to work due to references to older versions of MaterialUI Imports.

import TextField from '@material-ui/core/TextField'

Needs to be updated to:

import { TextField } from '@mui/material'

Material Changed its imports from @material-ui to @mui on September 2021.

Thanks!

@pkvpraveen
Copy link

@LoicMahieu waiting for this to merge

@jason-henriksen
Copy link

@gbelken
It's pretty clear this is unmaintained project. Do you want to fork it and become the new owner?
If you don't, I might. Or at least, I'd be willing to assist you if you did fork and publish it as a new module.

@viclafouch
Copy link

This package (https://viclafouch.github.io/mui-color-input/) handles this problem, supports both React 17 / 18 and MUI V5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants