Remove Vue warning on product details because of duplicated property #3428
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issues
There is a warning in product details page because of a duplicate
product
property which is been defined bycore/modules/compare/components/AddToCompare.ts
mixin and in the products pagecore/pages/Product.js
:Short description and why it's useful
Just a small bugfix. I fixed it by removing the properties from the
AddToCompare
mixin and added it directly to thecore/blocks/Compare/AddToCompare.vue
component. I didn't put it in an extra mixin file because as I can see it's the only usage of this property in a component so far.Which environment this relates to
develop:latest 09d9f8a
develop
branch and want to merge it back todevelop
release
branch and want to merge it back torelease
hotfix
ormaster
branch and want to merge it back tohotfix
Upgrade Notes and Changelog
IMPORTANT NOTICE - Remember to update
CHANGELOG.md
with description of your changeContribution and currently important rules acceptance