Closed dzeroone closed 1 year ago
Try this out -
<AppBar position="static" sx={{ width: { sm: `calc(100% - 250px)` }, ml: { sm: `250px` }, }} />
it will say -
Types of property 'width' are incompatible. Type '{ sm: string; }' is not assignable to type 'Width<string | number> | StyleCascade<SxPropsBase<Theme<Breakpoint>>> | undefined'.
Duplicated (https://github.com/swordev/suid/issues/166).
Try this out -
it will say -