Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
417 views
in Technique[技术] by (71.8m points)

reactjs - @material-ui/core@next got issue with @emotion/styled

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",
    ...
}

MuiAlert base css was override by @emotion/styled MuiAlert base css was override by @emotion/styled MuiAlert base css was override by @emotion/styled

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...