Ali Sasani

Results 4 issues of Ali Sasani

- [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 #33303 **Problem:** The focus ripple doesn't fit the whole width and height of the button...

package: base

- [X] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/mui-x/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). Fixes #17821 I understand that we normally avoid using `stopPropagation()`, but here the event is generated...

component: data grid

- Problem When a component receives a dynamic store prop, Solid reactivity doesn't automatically respond to changes in the accessor. This causes stale state in components like Checkbox, where checked...

**- Problem** When a value signal is passed, an infinite loop can occur due to how Solid tracks reactivity. This happens specifically in the useStoreProps hook: ``` Solid.createEffect(() => {...