diff --git a/src/components/NostoProduct.tsx b/src/components/NostoProduct.tsx index 8f6b55e..910365d 100644 --- a/src/components/NostoProduct.tsx +++ b/src/components/NostoProduct.tsx @@ -44,8 +44,7 @@ export default function NostoProduct(props: { .load() renderCampaigns(data, api) }, - [product, recommendationComponent, pageTypeUpdated], - { deep: true } + [product, recommendationComponent, pageTypeUpdated] ) return null }