We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4a166 commit 3e3c849Copy full SHA for 3e3c849
packages/mui-joy/src/Chip/Chip.test.js
@@ -10,7 +10,7 @@ describe('<Chip />', () => {
10
const { render } = createRenderer();
11
12
describeConformance(
13
- <Chip clickable={false} startDecorator="1" endDecorator="2">
+ <Chip startDecorator="1" endDecorator="2">
14
Chip
15
</Chip>,
16
() => ({
0 commit comments