Results 1 comments of luckysword

> I have a workaround by patching the `Box.d.ts` type in @mui/material, @mui/system, and @material-core with `patch-package` and replacing the types with > > ``` > -declare const Box: OverridableComponent;...