/node_modules/@material-ui/lab/esm/useAutocomplete/useAutocomplete.js
Attempted import error: 'useControlled' is not exported from '@material-ui/core/utils'.对应版本 "@material-ui<
您好,我正在开发react应用程序,我正在尝试从@material-ui导入核心。我使用"import { ImageList } from '@material-ui/core'; but it gives me error while compiling , i 've installednpm install @material-ui/ ImageList `以下是我的依赖项"@mat
最近,我一直在使用大量的材料UI组件,而且在大多数情况下,它们都很容易导入。我开始发现,在显示从哪里导入组件时,上的文档不是很好。例如,要导入列表组件,需要从资料-ui/lib/ List /list导入。是否存在与这些组件和导入路径相关联的已知字典?如果不能导入必要的组件,就会非常沮丧,尽管它们似乎遵循一个相当常见的路径,即资料-ui/lib/。
看起来,GitHub上的</