Alexandre Fauquette

Results 205 comments of Alexandre Fauquette

Sorry, I did not see you already opened a PR 🙈

I think it got forgotten #5422 mostly because it's not sure what kind of interface to use to edit time cells But from that time we got the `` component...

Thanks for the feedback If I understand well, with RTL the legend should be on the left (in addition to the marks being on the right on the legend text)...

@flaviendelangle it come from this modification in `@mui/material` https://github.com/mui/material-ui/pull/39137/files#r1501919356 Seems `SelectProps` mostly got renamed `BaseSelectProps`

I did the update mostly to know if it would let the CI pass. I can see two other potential solution: - The core team fix the breaking change such...

The bump to last version required to include the #12188 ```diff "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", - "@mui/material": "^5.15.11", + "@mui/material": "^5.15.11", ``` and the modification about ```diff -...

> Is there anything missing here in order to merge The core team is working on a fix: https://github.com/mui/material-ui/pull/41405 So might just be better to wait for it

@flaviendelangle Why is it blocking stable release? I worked on it because it was blocking #12188 and some other PR of docs-infra but nothing related to stable release

> I assume we didn't want to export them. Yes, at the beginning I had this question about how fine should we allow users to pick what they want. But...