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 44b45de commit e0dc05bCopy full SHA for e0dc05b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-accessible-accordion",
3
- "version": "3.3.1",
+ "version": "3.3.4",
4
"description": "Accessible Accordion component for React",
5
"main": "dist/umd/index.js",
6
"module": "dist/es/index.js",
src/components/AccordionItemPanel.tsx
@@ -9,7 +9,7 @@ const AccordionItemPanel = ({
9
className = 'accordion__panel',
10
id,
11
...rest
12
-}: Props) => {
+}: Props): JSX.Element => {
13
const renderChildren = ({ panelAttributes }: ItemContext): JSX.Element => {
14
if (id) {
15
assertValidHtmlId(id);
0 commit comments