-
## Introduction
This issue is a request to implement a dedicated chat presenter to ease the creation of conversational user interfaces. This presenter will enhance the Spec capabilities in building…
-
**Describe the bug**
On Android, if a DatePicker is placed inside a horizontal ScrollView, swiping left or right over the DatePicker does not cause the ScrollView to scroll.
**Expected behavior**
…
dayze updated
2 months ago
-
## Overview
Hi there, I'm using `lottiefiles/dotlottie-react@0.8.8` and it's causing the entire page to freeze up throwing this error.
Sometimes I get an error `Uncaught` sometimes it's `Uncaught R…
-
```javascript
import type { ComponentType } from "react"
import { useEffect } from "react"
import { useScroll, useTransform } from "framer-motion"
export function videoScrollProgress(Component…
-
it would be nice to have a headless component that used `reload` and `next` from the `UploadsListProvider` to make it easy for developers to implement an infinite scrolling uploads list.
I think it…
-
What `react-native` version are you using?
0.65.1
What `react-native-pdf` version are you using?
^6.5.0
What platform does your issue occur on? (android/ios/both)
Android
Describe your iss…
-
Great component, but I'm receiving a failed to parse source map error where there is no such file or directory. Everything works, I'm just getting the error in the terminal.
The complete error is …
-
### Library
React Components / v9 (@fluentui/react-components)
### System Info
```shell
FluentV9 in React
```
### Are you reporting Accessibility issue?
None
### Reproduction
https://codesandb…
-
**1. Describe the bug**
Trying to apply `useScroll` and `useTransform` to "pin" an element while scrolling, so that it gets transformed by the same amount that's scrolled. This works on desktop bro…
-
### 🙋 Documentation Request
I'm currently building a file explorer and would like to use a virtualized tree structure. However, I'm unsure how to implement scrolling to a specific item. Could someone…