-
Notifications
You must be signed in to change notification settings - Fork 1
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: category link component #768
Conversation
✅ Deploy Preview for dev-oryx-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dev-composable-storefront ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dev-fulfillment ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
1 flaky test on run #9977 ↗︎
Details:
src/integration/authentication.cy.ts • 1 flaky test • sf-smoke
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Passing run #2338 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
@@ -0,0 +1,6 @@ | |||
export interface ProductCategoryLinkOptions { | |||
/** | |||
* Category identifier. |
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.
Maybe it's worth to explain why it's optional and what is the behaviour when it's missing.
} | ||
|
||
/** | ||
* @deprecated Since version 1.1. Will be 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.
Can we suggest to use another interface as a full or partial replacement?
adds category link component
adjusts revealer for EB
closes: HRZ-89824