Marija Najdova
Marija Najdova
**Current behavior:** When styling a component with the `styled()` utility, the statics defined on the original component are gone. **To reproduce:** Here is a sandbox illustrating the issue - https://codesandbox.io/s/sweet-glade-d99wh?file=/src/App.tsx...
Related to https://github.com/mui/material-ui/issues/34387 I had to search second time on why the uknown was added, it will help us when preparing v6.
I started the PR with the need to fix the `active` state for the Button, and then realized that in the test we were testing the `@mui/material/Button`, instead of `@mui/material-next/Button`,...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 With the rename of the name...
TODOs - [ ] Add useLink usage in MenuItem & Tab (useSelect, useOption, useMenuButton should be ok with using only useButton) - [ ] Update Joy UI components to use...
Adding support for transformed sx values may have been done if this is used in a zero-runtime setup. I would consider the solution a bit hacky and I am not...
Navigate to tools-public and run `yarn`. I got the following error: ```sh [5/5] Building fresh packages... [-/4] ⠐ waiting... [2/4] ⠈ esbuild [3/4] ⠈ cpu-features warning Error running install script...
- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). Preview: https://deploy-preview-42189--material-ui.netlify.app/careers/react-tech-lead-core/
## Summary 💡 It would be great if we can support the `sx` props on the primitives with jsx pragma. That would basically help us to replace ```jsx ``` with...
We discussed internally how the precedence of overrides should work with the new variants API (the discussion started around the Pigment CSS product, see more info [here](https://www.notion.so/mui-org/pigment-css-Overrides-precedence-6f9b22fd3e13405b855a6317942bdd67)). From the initial...