Skip to content

Commit 69f7f33

Browse files
✨ feat: KeepContentMounted in accordion
1 parent e25e738 commit 69f7f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Accordion/Accordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Accordion = memo(
2727
disableAnimation = false,
2828
hideIndicator = false,
2929
indicatorPlacement = 'start',
30-
keepContentMounted = false,
30+
keepContentMounted = true,
3131
classNames,
3232
styles: customStyles,
3333
motionProps,

0 commit comments

Comments
 (0)