Attempted import error: 'useControlled' is not exported from '@material-ui/core/utils'
You’re using the latest version of the lab, but an older version of core. Switch to 4.9.4 for core and it should be fine.
missing some path
Your import statement should be
import useControlled from '@material-ui/core/utils/useControlled'
There is no index file in utils.