-
### Steps to reproduce
Steps:
1. Create standard MUI TextField component with a label and required state set to true. (Asterisk should be visible)
2. Create button to toggle state of required fro…
-
### Steps to reproduce
[Link to live example: (required)](https://github.com/Susannah-Parsons/mui-theme-bug)
Steps:
1. Run the program from the mui-theme-bug respository
2. Check the styles for …
-
### The problem in depth
I need to export some columns that I don't have in the dataGrid, so what I do is to update the columns, export the data and then the idea is to have the same dataGrid again…
-
**Current behavior:**
After updating `@emotion/cache`, `@emotion/react`, and `@emotion/styled` to `v11.13.0`, I receive the following type error.
![image](https://github.com/user-attachme…
-
### Steps to reproduce
Steps:
1. create a browser extension with plasmo `npm create plasmo --with-src`
2. add mui according to the docs `npm install @mui/material @emotion/react @emotion/styled`
3…
-
### Steps to reproduce
npm install @mui/material @emotion/react @emotion/styled
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: my-a…
-
When I do a `npm i` I get all these warnings:
```npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: react-key-handler@1.2.0-beta.3
npm WARN Found: react@18.2.0
npm WARN node_…
-
`pnpm waku dev` or `pnpm waku dev --with-ssr` - looks like a problem in ViteJS:
```
"@mui/material": "^5.15.6",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"vite": "^5.0.12",
…
-
### Steps to reproduce
Link to live example: (https://codesandbox.io/p/sandbox/sleepy-keller-ydzw79
Steps:
1. Use Tab navigation to focus the Icon Buttons (that have the Tooltip).
2. Hit the Ent…
-
### The problem in depth
Trying to be able to have lines on scatter chart (Not Trend Lines, I can do this with google charts) so that it draws a box similar to this done with google charts, and then …