mui-color icon indicating copy to clipboard operation
mui-color copied to clipboard

Gives error of @material-ui/core error with new material-ui library in ColorPicker.js

Open hoomanhajrian opened this issue 2 years ago • 0 comments

Describe the bug Gives error of @material-ui/core error with new material-ui library

To Reproduce Steps to reproduce the behavior:

  1. Just use the newest version of Material UI
  2. It will produce an error and can be fixed by changing the material-ui/core/TextField imports to @mui/material/TextField
  3. You need to change the import in ColorPicker.js

Expected behavior Error during debugging

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 106.0.5249.103

hoomanhajrian avatar Oct 11 '22 18:10 hoomanhajrian