Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #72 from gluestack/release/@gluestack-ui/accordion…
Browse files Browse the repository at this point in the history
…@0.0.1

fix: build
  • Loading branch information
Viraj-10 authored Nov 8, 2023
2 parents 5000e00 + cd4050b commit efa9448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/accordion/src/AccordionTrigger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const AccordionTrigger = <T,>(StyledAccordionTrigger: any) =>
ref={ref}
{...props}
aria-expanded={openItems.includes(value)}
onPress={() => composeEventHandlers(props?.onPress, toggleItem())}
onPress={() => composeEventHandlers(props?.onPress, toggleItem)}
states={{
disabled: isDisabled,
hover: isHoveredProp || isHovered,
Expand Down

0 comments on commit efa9448

Please sign in to comment.