-
Notifications
You must be signed in to change notification settings - Fork 5.2k
feat: add AssetDownload component stories for Storybook #16260
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
base: dev
Are you sure you want to change the base?
feat: add AssetDownload component stories for Storybook #16260
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Hey @MahendraBishnoi29, thanks for this! Getting this error on each of these when viewing locally: Path must be a string. Received null
Small house-keeping note as well, if you use the words "Closes" or "Fixes" before the issue number in your PR description it will properly link it to that issue, so the issue is auto-closed when the PR is merged. And bonus, if it's used with a bullet-point, GitHub will render it nicely with the issue title and status as well:
## Related Issue
- Closes #13045


I've gone ahead and updated this, but just noting for your sake =)
…AssetDownload component
Fixed it, please check and let me know if any changes needed. @wackerow |
@MahendraBishnoi29 hm, I'm still getting this same error.. are you able to load this up successfully on your end with |
…me in Link component
Seems like the |
Description
The two stories I created,
WithArtist
andBrandAsset
, are designed to reflect the primary ways theAssetDownload
component is used on our current assets page.These stories test the component's rendering in the main contexts you're using it in.
Related Issue