[지라 이슈 없음] ShowProduct.jsx, 테스트 "useEffect" 제거
This commit is contained in:
@@ -99,12 +99,6 @@ export default function ShowOption({
|
||||
}
|
||||
}, [productData]);
|
||||
|
||||
useEffect(() => {
|
||||
if (showProductInfo) {
|
||||
console.log("👉 ~ useEffect ~ showProductInfo", showProductInfo);
|
||||
}
|
||||
}, [showProductInfo]);
|
||||
|
||||
useEffect(() => {
|
||||
if (showProductInfo && Object.keys(showProductInfo).length > 0) {
|
||||
const params = {
|
||||
|
||||
Reference in New Issue
Block a user