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

Closes #4447 ### Changelog #### New #### Changed `useAnchoredPosition` types updated to remove user type assertions #### Removed ### Rollout strategy - [ ] Patch release - [ ] Minor...

### Description The useAnchoredPosition hook will create refs if they are not passed in. However, when it does so, it creates a generic `React.RefObject` ref and returns that. Therefore, when...

bug
react

- Subset of https://github.com/github/primer/issues/3154 I'm creating this issue for tracking purposes. We plan to update the Tooltip v2 (draft) to use CSS modules and here are CSS variable suggestions @langermank...

react
component: Tooltip

### Description `theme` object gets total 9 `colorSchemes`. And importing these color schemes under the `themes` object does not allow tree shaking. I bundled only theme object: ![Capture](https://github.com/primer/react/assets/691189/da942bd5-bce2-4e61-9b6c-8d9adb74928b) Only theme...

bug
size: boulder
react

Closes https://github.com/primer/react/issues/4315 CC @ajhenry ### Changelog Fixes a bug in the `SelectPanel` component which required the same object to be stored in the `items` and `selectedItems` lists. #### New N/A...

### The problem: When an html `` is not "open", it has the dimensions of 0px by 0px, which means the anchored position is not able to calculate if the...

component: SelectPanel
no-breaking-changes: need to test

On my machine type checking takes at least 18s to execute. This is an extremely long time to wait for feedback and contributes to poor DX. Even with watch mode...

react

### Description I've made a [Dialog](https://primer.style/components/dialog) that has 4 items you can choose from (ActionList items). When I open the dialog, it automatically highlights the last item you can choose....

bug
react
needs triage
component: Dialog

### Description On GitHub, I've seen some pages using the PageLayout component, but there's a problem: when you can't scroll, the PageLayout doesn't stretch to fill the whole page, which...

bug
size: rock
react
component: PageLayout

### Description When UnderlineNav is placed into a flex container, even though there are enough space, items are collapsed into the menu. I suspect that is happening due to the...

bug
react
component: UnderlineNav
staff