Bret Little
Bret Little
### WHY are these changes introduced? @brookslybrand reported an issue where the the generic on `OptimisticCart` did not propagate to line items. For example, this would produce a type of...
Thank you for the response @blittle! This makes sense, had missed the implementation of `getSeoMeta` utility. Something to improve: Just noticed in the Demo Store that the `canonical` link from...
### What is the location of your example repository? _No response_ ### Which package or tool is having this issue? Hydrogen ### What version of that package or tool are...
A new `sitemap` query is available in the `unstable` version of the Storefront API. This provides an example implementation. See the README.md for a longer explanation.
The starter template has an optimistic cart built in. This example is no longer necessary.
**Describe the bug** The `Image` component currently throws warnings when there is no alt text. Sometimes, for presentational images, there should not be alt text. Should an explicit empty string...
See https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/112261cbc84f5b7d74de9b427b529a10b41faece/docs/rules/media-has-caption.md
A few ideas to improve the image component: 1. Our default encourages way too many images in the srcset, preventing effective caching. We should have far fewer. 2. Need better...
**What version of Tailwind CSS are you using?** For example: `4.0.0-alpha.34` **What build tool (or framework if it abstracts the build tool) are you using?** Web components with shadow roots....
### WHY are these changes introduced? Fixes #0000 ### WHAT is this pull request doing? ### How to test your changes? ### Post-release steps ### Measuring impact How do we...