Skip to content

Commit e23cbf1

Browse files
author
Matthew Holloway
committed
AccordionItem preserving uuid on instance
1 parent a43f831 commit e23cbf1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/AccordionItem.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ export default class AccordionItem extends React.Component<Props> {
3737
const { expanded } = itemContext;
3838
const cx = expanded && activeClassName ? activeClassName : className;
3939

40-
console.log({ rest });
41-
4240
return (
4341
<div
4442
data-accordion-component="AccordionItem"

0 commit comments

Comments
 (0)