Skip to content

Commit

Permalink
Merge pull request #86 from Nosto/nosto-product-simple-equal
Browse files Browse the repository at this point in the history
Use simple equal comparison
  • Loading branch information
timowestnosto authored Jul 19, 2024
2 parents 0a6672e + 58e555c commit 8784911
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NostoProduct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ export default function NostoProduct(props: {
.load()
renderCampaigns(data, api)
},
[product, recommendationComponent, pageTypeUpdated],
{ deep: true }
[product, recommendationComponent, pageTypeUpdated]
)
return null
}

0 comments on commit 8784911

Please sign in to comment.