-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added text overrides on CartItemDetail #450
feat: added text overrides on CartItemDetail #450
Conversation
Signed-off-by: Haris Spahija <[email protected]>
6da0576
to
1222834
Compare
/** | ||
* Product title of chosen item. | ||
*/ | ||
title: PropTypes.string | ||
}; | ||
|
||
static defaultProps: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
has to be "=" instead of :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the one issue you noted
Signed-off-by: Haris Spahija <[email protected]>
…ithub.com:PonDigitalSolutions/reaction-component-library into feat-harisspahijapon-add-overrides-cartitemdetail
Signed-off-by: Haris Spahija <[email protected]>
🚀 Preview deployed Built with commit 02017c5 https://deploy-preview-450--stoic-hodgkin-c0179e.netlify.com |
done |
🎉 This PR is included in version 0.69.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Part of: #409
Impact: minor
Type: feature
Component
CartItemDetail now has overrides when i18next will be implemented (see #409)
Breaking changes
No breaking chances, all added fields are optional
Testing
quantityText
to<CartItemDetail />
"test"
toquantityText
quantityText
is not added, it should default to the values given in default props