./node_modules/@material-ui/lab/esm/useAutocomplete/useAutocomplete.js Attempted import error: 'useControlled' is not exported from '@material-ui/core/utils'.
See original GitHub issue./node_modules/@material-ui/lab/esm/useAutocomplete/useAutocomplete.js
Attempted import error: 'useControlled' is not exported from '@material-ui/core/utils'.
Corresponding versions
"@material-ui/core": "^4.8.3", "@material-ui/lab": "^4.0.0-alpha.44",
I am trying to use autocomplete component and facing this issue. link for component https://material-ui.com/components/autocomplete/#multiple-values
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
'useControlled' is not exported from '@material-ui/core/utils ...
js Attempted import error : 'useControlled' is not exported from '@material-ui/core/utils'. Facing this issue , how to fix ? corresponding ...
Read more >'useControlled' is not exported from '@material-ui/core/utils ...
@material-ui/lab/esm/TreeView/TreeView.js Attempted import error: 'useControlled' is not exported from '@material-ui/core/utils'. #19360.
Read more >How to Fix Attempted Import Error Switch is Not Exported From ...
Command:- npm install react-router-dom@5.3.0In This Video We Will See How to Fix Attempted Import Error Switch is Not Exported From ...
Read more >'useControlled' is not exported from '@material-ui/core/utils ...
node_modules/@material-ui/lab/esm/useAutocomplete/useAutocomplete.js Attempted import error: 'useControlled' is not exported from '@material-ui/core/utils'.
Read more >'useGlobalTheme' is not exported from '@atlaskit/theme ...
./node_modules/@atlaskit/icon/dist/esm/components/icon.js Attempted import error: 'useGlobalTheme' is not exported from '@atlaskit/theme/ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also have the same issue. Just update @material-ui/core and everything works fine
Hi, I am having issues similar to this but with the Pagination component. It gives me the error Attempted import error: ‘useControlled’ is not exported from ‘@material-ui/core/utils’. I am currently on Material-UI v4.9.5 and Material-UI Lab v4.0-alpha.45. I tried downgrading versions already. Any solutions?