From 01a1d1afc7c721587c556d7f2ac277ea767b83e3 Mon Sep 17 00:00:00 2001 From: KumJungMin <37934668+KumJungMin@users.noreply.github.com> Date: Sat, 13 Jul 2024 20:35:17 +0900 Subject: [PATCH] fix: change the order of applying default values to props (#6879) --- components/lib/orderlist/OrderList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/orderlist/OrderList.js b/components/lib/orderlist/OrderList.js index b518e6d212..a4c63aba7a 100644 --- a/components/lib/orderlist/OrderList.js +++ b/components/lib/orderlist/OrderList.js @@ -455,6 +455,7 @@ export const OrderList = React.memo( );