-
Notifications
You must be signed in to change notification settings - Fork 673
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
f8bfcfc
to
fa6b536
Compare
4859c24
to
4cb0033
Compare
3866a22
to
d8c3100
Compare
I recommend trying out test env to see if all working as intended ✌️ |
Co-authored-by: Dominik Żegleń <flesz3@o2.pl>
Co-authored-by: Dominik Żegleń <flesz3@o2.pl>
storiesOf("@components/{{ componentType }}/{{pascalCase name}}", module) | ||
.addParameters({ component: {{pascalCase name}} }) | ||
.addDecorator(story => ( | ||
<IntlProvider locale="en">story()</IntlProvider> |
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.
As IntlProvider
is always added as decorator, I think it is better to add it just in one place in .storybook/OutLineDecorator.jsx
, so this decoration addition would be completely removed.
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.
Its outside of the scope of this PR, editing existing PRs would be needed. Created Issue: https://app.clickup.com/t/2549495/SALEOR-1194
I want to merge this change because...
add to basket
display cart overlay to avoid confusion if the product was really added to the cartPull Request Checklist
Test Environment Config
API_URI=https://master.staging.saleor.rocks/graphql/