Alexey Kozlenkov
Alexey Kozlenkov
- [x] 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). Fixes #42601
### Steps to reproduce Link to live example: https://codesandbox.io/p/sandbox/damp-monad-sptgfr?file=%2Fsrc%2FDemo.tsx%3A12%2C4 Steps: 1. Check out TS error in `slotProps` ### Current behavior On example of Alert component (it's likely a common issue):...
### Clear and concise description of the problem An option to enforce styling for TS union/intersection operators when they going multiline, just like [operator-linebreak](https://eslint.style/rules/js/operator-linebreak) does for JS operators. Example: ```ts...
### Describe the bug With CSF3 approach, when opening story canvas in New Tab (`/iframe.html`) mode, it's impossible to pass a value (e.g. string) for a property of complex type...
### Version 29.7.0 ### Steps to reproduce 0. You write test for function A that calls function B. 1. You want to mock function B **for all but one test...