react-app-integration-tests-sample
react-app-integration-tests-sample copied to clipboard
import error: 'GithubCircle' is not exported from 'mdi-material-ui'
when I run npm run start I got the above import error
Apparently MaterialUi Design changed the naming for the Github-Icon from GithubCircle to Github @LayMui you can change the import to
import { Github } from 'mdi-material-ui';
instead of
import { GithubCircle } from 'mdi-material-ui';
and in the components accordlingy
UserRepositoriesListItem.jsxUserSelectionForm.jsx