react
react copied to clipboard
An implementation of GitHub's Primer Design System using React
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.2 to 8.2.5. Release notes Sourced from babel-loader's releases. v8.2.5 What's Changed fix: respect inputSourceMap loader option by @alan-agius4 in babel/babel-loader#896 New Contributors @alan-agius4 made their first...
The SegmentedControl can now be functional without handling state externally. ### Merge checklist - [x] Added/updated tests - [n/a] Added/updated documentation - [x] Tested in Chrome - [x] Tested in...
First, updated the slots tests to that the `context` prop is not always defined. This caused the tests to fail due to infinite rendering, as expected from #2187. Then, fixed...
**Describe the bug** The `useDetails` hook typings seem to have recently regressed. We're trying to move our app up to the latest Primer React generation and hitting issues. We're on...
[See rendered markdown](https://github.com/primer/react/blob/adr-experimental-package/contributor-docs/adrs/adr-008-experimental-components.md)
**Describe the bug** When using the SelectPanel component, it appears that we are unable to configure the listbox it renders with an aria label. This means that it does not...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
**Describe the bug** `CheckboxGroup` does not correctly detect checked `Checkbox` children when data isn't present directly on load. This causes the checkboxes to look checked, but once pressed the `onChange`...
**Describe the bug** ActionMenu.Overlay does not accept false or null as child values which makes it cumbersome to have conditional children rendering within it. **Note:** As this is a public...
**Describe the bug** Tooltips should take into account the margin of the element they are targeting so they open visually pointing to it **Note:** As this is a public repo,...