react icon indicating copy to clipboard operation
react copied to clipboard

An implementation of GitHub's Primer Design System using React

Results 520 react issues
Sort by recently updated
recently updated
newest added

When using a component like UnderlinePanels in an RSC context (like Next.js) you end up with it rendering incorrectly, for example: ```tsx import {UnderlinePanels} from '@primer/react/experimental' export default function Example()...

react
component: UnderlinePanels
staff

Closes # ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ] Major release; if selected,...

integration-tests: recommended
staff

![CleanShot 2025-10-14 at 14 04 40](https://github.com/user-attachments/assets/18ea4a2b-9781-46e5-99d7-544d02697e69) ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor release - [ ]...

skip changeset
integration-tests: recommended
primer-quality

### Description According to the role guidelines documented [here](https://primer.style/product/components/action-list/#ActionList), if we use the role of menu, the child link items have the role of ListItem and are unable to be...

bug
react
waiting for author response
component: ActionList

The `className` prop for `UnderlinePanels` is not passed along to the underlying `tab-container` custom element. Instead, it is provided to the tablist wrapper. This may or not be an issue,...

bug
react
component: UnderlinePanels
staff
primer-quality

### Description When a `Dialog` is launched from an `AnchoredOverlay` interacting w/ the Dialog causes both to be dismissed. This might be due to the Dialog not leveraging the `Overlay`...

bug
react
component: Dialog
staff
primer-quality

It seems like our `assign_release_conduction.yml` workflow does not have the appropriate permissions to add or remove team members from assignees or reviewers. For example: https://github.com/primer/react/actions/runs/16327424310/job/46121081864?pr=6312 In this workflow, we fail...

react
staff
area: actions

Buttons should support keyboard bindings and allow adding multiple trailing icons, such as those used to indicate keyboard shortcuts (e.g., ⌘K or ⌘⏎). This would help users easily identify and...

react
component: Button
area: storybook
staff
primer-quality

When using `UnderlinePanels.Panel`, it doesn't seem to be providing type information for generic HTMLElement attributes for props that can be passed to it (like `className`). For example: ```tsx Overview Overview...

bug
react
component: UnderlinePanels
staff
primer-quality

### Description `ProgressBar.Item` ignores any provided `aria-valuemin`/`aria-valuemax`, setting them to `0` and `100` respectively; which breaks aria attributes for quantified progress item that is *not* a percent — for example...

bug
react