Lucas Hilgert

Results 17 comments of Lucas Hilgert

@DiegoAndai I have an idea to improve the [CreateSlotsAndSlotProps](https://github.com/mui/material-ui/blob/next/packages/mui-material/src/utils/types.ts#L20-L33) type by rewriting the slots as Partial: ``` - slots?: Slots + slots?: Partial ``` For example, it happened to me...

Demos are changed by the codemod so it looks like it works on a real example🚀🚀

> Let me know if these changes make sense to you and I'll merge 🙌🏼 LGTM Just pushed pnpm docs:api. I have no idea why e2e fails now but I...

> For v6, we should revert the deprecation messages we've added. Is someone here interested in opening a PR for that? **It should only revert the deprecation messages, not the...

@michaldudak Hey, I would like to work on the useAutocomplete hook and convert it to typescript, if that would be ok?