We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cd324 commit 50dd9e6Copy full SHA for 50dd9e6
src/components/AccordionItemPanel.tsx
@@ -20,7 +20,6 @@ const AccordionItemPanel = ({
20
...panelAttributes,
21
'aria-labelledby': region ? panelAttributes['aria-labelledby'] : undefined,
22
};
23
- console.log(region)
24
25
return (
26
<div
0 commit comments