Sergio Álvarez

Results 5 issues of Sergio Álvarez

### Describe the bug Version `0.32.0` of `@primer/react-brand` incorrectly marks `SubNav.Link` items as "current" when using `aria-current="false"`. According to MDN, [`false`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current#false) is a valid value for this attribute. Currently, the...

bug

Hello everyone! A few weeks ago, @simurai [shared](https://github.slack.com/archives/C8B1G26P9/p1703822186696769) some insights regarding the `text-wrap` CSS property and its potential to simplify the adoption of Contentful for specific marketing pages. Currently, we...

brand

Hey folks :wave:, I see there are some inconsistencies in components about horizontal spacing. That's especially noticeable when looking at components in narrow screen sizes. For example, the `SectionIntro` component...

brand

Hey Primer Brand friends, We've received a request about how convenient it would be to add anchor links to specific questions inside the FAQ component so they can be easily...

swp

Hello folks, We’ve encountered unexpected behavior from Zod when using `catch` inside `union` schemas. Here’s a minimal reproduction case. ```ts import { describe, expect, it } from "vitest"; import z...