score:0

please try to uninstall @material-ui/core using following command (using npm or yarn):

// with npm
npm uninstall @material-ui/core

// with yarn
yarn remove @material-ui/core

and then install @material-ui/core again using following command:

// with npm
npm install @material-ui/core

// with yarn
yarn add @material-ui/core

Related Query

More Query from same tag