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

**Describe the bug** As the doc, `NavList` can [be used with Next.js](https://primer.style/react/NavList#with-nextjs). But it occur a `Error: Maximum update depth exceeded`. ``` Error: Maximum update depth exceeded. This can happen...

bug
size: pebble
react

**Describe the bug** The `Tooltip` component currently uses a `::before` pseudo-element to render its content, with a z-index of `1000001`. While this works in a lot of scenarios, it does...

size: boulder
react

Per https://github.com/github/docs-engineering/issues/2007 the dark mode `ActionList` `:hover` is unreadable, see [this screenshot](https://twitter.com/lustcoder/status/1549383921946828803). We can override the `:hover` for the `ActionList.Item` in our codebase, but have to use `!important` to have...

react
needs triage

The avatar was missing a border compared to the css implementation. The change is best visible in dark modes with @colebemis's avatar. ``` ``` ### Merge checklist - [ ]...

**Describe the bug** I am not able to specify a tabindex on an ActionList.LinkItem. I would like the link item to be tabbable, but it seems like the focuszone handling...

react
needs triage

**Describe the bug** `SelectPanel` not scrolling with anchoring element when parent containers have different overflow properties. This also happens with `ActionMenu`. **To Reproduce** In memex list view: 1. Go to...

behaviors
react
component: SelectPanel
primer-quality

It includes react 18 in peerDependencies as an addition to #2196 changes. ### Screenshots Please provide before/after screenshots for any visual changes ### Merge checklist - [ ] Added/updated tests...

### What are you trying to accomplish? Some accessibility issues in the [Primer React ActionList component](https://primer.style/react/ActionList) have been discovered during the [Primer React SelectPanel component](https://primer.style/react/SelectPanel) accessibility engineering review, and since...

💓collab
accessibility
react
do not merge

#### Changes 1. Adds an optional argument to `useAnchoredPosition` to observe changes to anchor element: `observe` 2. AnchoredPosition now uses useAnchoredPosition with `observe` which means overlay re-positions based on changes...

react

**Error while installing primer react** I am installing primer react with [email protected] with @primer/[email protected] but facing following Errors ![image](https://user-images.githubusercontent.com/77089227/181682948-0d87aed1-ffe1-40b6-8105-c2a0f9f57c1f.png) **To Reproduce** Steps to reproduce the behavior: 1. Create react app...

bug
react