From 7fbdc9363ac6b1c5554263095f7f96bb0a165113 Mon Sep 17 00:00:00 2001 From: redcontroller Date: Tue, 19 Mar 2024 20:18:12 +0900 Subject: [PATCH 1/4] =?UTF-8?q?fix:=209.2.1-2=20=EC=98=88=EC=A0=9C?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "9\354\236\245/9.2.1-2.jsx" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/9\354\236\245/9.2.1-2.jsx" "b/9\354\236\245/9.2.1-2.jsx" index ba34d57..5de6960 100644 --- "a/9\354\236\245/9.2.1-2.jsx" +++ "b/9\354\236\245/9.2.1-2.jsx" @@ -4,9 +4,9 @@ const MyComponent = () => { return (

{value}

- +
); }; -export default App; \ No newline at end of file +export default MyComponent; \ No newline at end of file From 2104b332af71ff0e05a4af4b755b04ac0567a615 Mon Sep 17 00:00:00 2001 From: redcontroller Date: Tue, 26 Mar 2024 14:49:30 +0900 Subject: [PATCH 2/4] =?UTF-8?q?fix:=203.2.4-2=20=EC=98=88=EC=A0=9C=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "3\354\236\245/3.2.4-2.ts" | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git "a/3\354\236\245/3.2.4-2.ts" "b/3\354\236\245/3.2.4-2.ts" index 3b3ed90..5c06f12 100644 --- "a/3\354\236\245/3.2.4-2.ts" +++ "b/3\354\236\245/3.2.4-2.ts" @@ -1,9 +1,8 @@ const PromotionList = [ { type: "product", name: "chicken" }, { type: "product", name: "pizza" }, - { type: "card", name: "chee-up" }, + { type: "card", name: "cheer-up" }, ]; -type ElementOf = (typeof T)[number]; // type PromotionItemType = { type: string; name: string } -type PromotionItemType = ElementOf; +type PromotionItemType = typeof PromotionList[number]; From d2b3a756fc6407992cad19909987954b5d1f48ca Mon Sep 17 00:00:00 2001 From: redcontroller Date: Tue, 26 Mar 2024 14:51:33 +0900 Subject: [PATCH 3/4] =?UTF-8?q?Revert=20"fix:=203.2.4-2=20=EC=98=88?= =?UTF-8?q?=EC=A0=9C=20=EC=BD=94=EB=93=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 2104b332af71ff0e05a4af4b755b04ac0567a615. --- "3\354\236\245/3.2.4-2.ts" | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git "a/3\354\236\245/3.2.4-2.ts" "b/3\354\236\245/3.2.4-2.ts" index 5c06f12..3b3ed90 100644 --- "a/3\354\236\245/3.2.4-2.ts" +++ "b/3\354\236\245/3.2.4-2.ts" @@ -1,8 +1,9 @@ const PromotionList = [ { type: "product", name: "chicken" }, { type: "product", name: "pizza" }, - { type: "card", name: "cheer-up" }, + { type: "card", name: "chee-up" }, ]; +type ElementOf = (typeof T)[number]; // type PromotionItemType = { type: string; name: string } -type PromotionItemType = typeof PromotionList[number]; +type PromotionItemType = ElementOf; From a69f2c2c7722bab524e8f7c9305b462badd547a2 Mon Sep 17 00:00:00 2001 From: redcontroller Date: Tue, 26 Mar 2024 14:58:09 +0900 Subject: [PATCH 4/4] =?UTF-8?q?fix:=203.2.4-2=20=EC=98=88=EC=A0=9C=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "3\354\236\245/3.2.4-2.ts" | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git "a/3\354\236\245/3.2.4-2.ts" "b/3\354\236\245/3.2.4-2.ts" index 3b3ed90..5c06f12 100644 --- "a/3\354\236\245/3.2.4-2.ts" +++ "b/3\354\236\245/3.2.4-2.ts" @@ -1,9 +1,8 @@ const PromotionList = [ { type: "product", name: "chicken" }, { type: "product", name: "pizza" }, - { type: "card", name: "chee-up" }, + { type: "card", name: "cheer-up" }, ]; -type ElementOf = (typeof T)[number]; // type PromotionItemType = { type: string; name: string } -type PromotionItemType = ElementOf; +type PromotionItemType = typeof PromotionList[number];