I'm fresher with MaterialUI
I'm try to looking for the reason of my issue in below, I'm not known the reason Mui base style was override by @emotion/styled :(
@material-ui@core just a beta version, not sure this is feature or issue :(
https://next.material-ui.com/
package.json
"dependencies": {
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "^5.0.0-alpha.23",
"@material-ui/icons": "^5.0.0-alpha.23",
"@material-ui/lab": "^5.0.0-alpha.23",
...
}
I'm just try to experience with material-ui, please correct me if I'm wrong
Many thank your help ~~
question from:
https://stackoverflow.com/questions/65831416/material-ui-corenext-got-issue-with-emotion-styled 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…