We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1b0e5 commit 790175aCopy full SHA for 790175a
docs/src/modules/components/ApiPage/list/ExpandableApiItem.tsx
@@ -188,7 +188,9 @@ export default function ExpandableApiItem(props: ExpandableApiItemProps) {
188
ownerState={{ type }}
189
{...other}
190
className={clsx(
191
- `MuiApi-item-root${isExtendable ? 'MuiApi-item-header-extendable' : ''}`,
+ // TODO remove once https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/337 is fixed
192
+ // prettier-ignore
193
+ `MuiApi-item-root${isExtendable ? ' MuiApi-item-header-extendable' : ''}`,
194
className,
195
)}
196
>
0 commit comments