-
### Summary
The left-side navigation menu in the React official documentation currently lacks a collapse feature. When navigating through long lists, users have to scroll to the bottom to access ot…
-
**Is your feature request related to a problem? Please describe.**
If I'm editing a long document I might want to provide an url for a place in the document be a title or even a paragaph.
Ex : I ha…
-
**Describe the bug**
could not find react-redux context value; please ensure the component is wrapped in a
I called useSelector hook inside of my pdf component and my pdf component use inside my ro…
-
### Steps to reproduce
Link to live example: https://stackblitz.com/edit/react-mn6y3k-zhswqk?file=Demo.tsx
This applies to Dialog components with scroll='body'
Steps:
1. Open the dialog with `…
-
### Library
React Components / v9 (@fluentui/react-components)
### System Info
```shell
any system in the universe
```
### Are you reporting an Accessibility issue?
no
### Reproduction
https:/…
-
### Describe the bug
When trying to use any element with a scroll bar (dropdown, sheet, drawer, etc.) the same error is shown relating to `react-remove-scroll`
### Affected component/components
Dro…
-
## Description
### Related to
- [x] Components
- [ ] Demo
- [ ] Docs
- [ ] Typings
### Steps to reproduce
Scroll the panel fast
#### Expected behavior
When scroll stop the f…
-
### Provide a general summary of the issue here
In the GridList component, when attempting to move an item beyond the last visible row, the list should auto-scroll to allow the user to continue dragg…
-
## Documentation
### Relevant Radix Component(s)
Here in the docs it say to make `Overlay` a sibling to `Content`.
![CleanShot 2022-02-15 at 11 02 22](https://user-images.githubusercontent.co…
-
**1. Read the [FAQs](#faqs) 👇**
**2. Describe the bug**
It's more of a mistake in the example than a typo. To add a root to useInView, the example given was:
```js
function Carousel() {
const…