We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23cbf1 commit 5c1b365Copy full SHA for 5c1b365
src/components/AccordionItem.tsx
@@ -58,7 +58,7 @@ export default class AccordionItem extends React.Component<Props> {
58
if (rest.id) {
59
assertValidHtmlId(rest.id);
60
}
61
- ``;
+
62
return (
63
<ItemProvider
64
uuid={uuid}
0 commit comments