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