Open
Description
Found while reviewing mui/mui-x#13647
If you use the describeConformance(..., () => ({ only: ['themeDefaultProps'}))
, all the attributes will be added to the API page instead of just the theme dfault props one.
THe reason is that the script filter the skipped test but do not take into consideration the only
:
Solution can either be to remove only
from describe conformance, or take only into consideration in the parsing
Search keywords: