From a0de0530abb451c368fc48fc5f690a8853cb4720 Mon Sep 17 00:00:00 2001 From: optrader Date: Tue, 11 Nov 2025 12:56:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20YouMayAlsoLike=EC=97=90=EC=84=9C=20produ?= =?UTF-8?q?ctTitle=20prop=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TItemCard에 전달되던 중복 productTitle prop 제거 - productName prop이 이미 동일한 값(prdtNm)을 전달하고 있음 - React 경고 메시지 해결: "React does not recognize the 'productTitle' prop on a DOM element" 🤖 Generated with Claude Code Co-Authored-By: Claude --- .../ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx index 7c263bf4..c34f953a 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx @@ -171,7 +171,6 @@ export default function YouMayAlsoLike({ contextName={LOG_CONTEXT_NAME.YOUMAYLIKE} messageId={LOG_MESSAGE_ID.CONTENTCLICK} productId={prdtId} - productTitle={prdtNm} nowProductId={productInfo?.prdtId} nowProductTitle={productInfo?.prdtNm} nowCategory={productInfo?.catNm}