Skip to content

Commit

Permalink
fix: add keep mounted prop for disclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
flops committed Nov 6, 2024
1 parent 7a3905e commit 836b1d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const DashKitGroupsShowcase: React.FC = () => {
className={b('collapse-group')}
key={`key_${id}`}
defaultExpanded={true}
keepMounted={true}
>
<div
key={id}
Expand Down

0 comments on commit 836b1d9

Please sign in to comment.