[AppBar] Migrate to emotion#24439
Conversation
|
@material-ui/core: parsed: +0.17% , gzip: +0.18% |
|
@mnajdova can you help me with this it tell me that I have to run yarn proptypes? but it removes className. |
| classes[`position${capitalize(position)}`], | ||
| classes[`color${capitalize(color)}`], | ||
| { | ||
| 'mui-fixed': position === 'fixed', // Useful for the Dialog |
There was a problem hiding this comment.
We may be able to get rid of this now that we have utility classes, but let's keep it as is to keep the PR focused to the migraiton
There was a problem hiding this comment.
.mui-fixed probably is used even docs talks about it https://next.material-ui.com/getting-started/faq/#why-do-the-fixed-positioned-elements-move-when-a-modal-is-opened
| "type": { | ||
| "name": "enum", | ||
| "description": "'default'<br>| 'inherit'<br>| 'primary'<br>| 'secondary'<br>| 'transparent'" | ||
| }, |
There was a problem hiding this comment.
Hopefully the changes on https://github.com/mui-org/material-ui/pull/24439/files#r558589220 will help us fix these regressions
|
Well, some dark magic worked after moving all properties as separate variable :D |
|
Ok, one done more to go. |

One of #24405