LoicMahieu/material-ui-color-picker

Library needs to be updated to reflect @mui import

gbelken opened this issue · 3 comments

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!

@LoicMahieu waiting for this to merge

@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.

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