yared tsegaye

Results 32 comments of yared tsegaye

hey @cherniavskii what if we use `addEventListener` for listening for `dragend` event? The reason we have to manually remove the listener when the component dismounts is, the listeners persist even...

It works in the dark mode it only occurs in light mode.

it's overriding the custom style. ![image](https://user-images.githubusercontent.com/34584266/189346352-e30e00c9-3af3-4714-8cac-a632f877b107.png)

I have a simple workaround, you can check it out if it helps https://codesandbox.io/s/nice-frost-5vuf86?file=/demo.js.

Hi @oliviertassinari I have fixed this issue and submitted a PR https://github.com/mui/mui-x/pull/6580

It is now compatible with the memoization feature.

@romgrk I am having trouble with `yarn proptypes` it's not generating as the pipeline expected. mine is not adding `.required`. on required fields. is there something I must do?.