Skip to content

Commit

Permalink
fix: change the order of applying default values to props (#6879)
Browse files Browse the repository at this point in the history
  • Loading branch information
KumJungMin authored Jul 13, 2024
1 parent 947b7d6 commit 01a1d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/orderlist/OrderList.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ export const OrderList = React.memo(
<OrderListSubList
ref={listElementRef}
hostName="OrderList"
{...props}
focused={focused}
ariaLabel={props.ariaLabel}
ariaLabelledBy={props.ariaLabelledBy}
Expand Down Expand Up @@ -484,7 +485,6 @@ export const OrderList = React.memo(
ptm={ptm}
cx={cx}
changeFocusedOptionIndex={changeFocusedOptionIndex}
{...props}
/>
</div>
);
Expand Down

0 comments on commit 01a1d1a

Please sign in to comment.