-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
Using a TextInput in Firefox on Android, when the cursor is dragged, the onSelectionChange …
-
The cursor goes below the keyboard, and it doesn't automatically scroll the wrapper `` so as to see the cursor.
I tried copy & paste with the code in `examples/example.hooks.js` but that issue is s…
-
### Description
The scatter dot dissapears when moving the cursor over the chart
### Steps to Reproduce
1. Open this [URL](https://apexcharts.com/javascript-chart-demos/line-charts/null…
-
### Steps to reproduce the problem
1. Open Mastodon on a touch device (e.g. iPad, Phone, etc)
2. Open the dropdown for post visibility settings
3. Tap in the "i" icon
### Expected behaviour
The…
-
Hello,
This bug happens when I edit very long text on `react-mention` input.
I scroll, then put my mouse cursor on some line, the moment I place a cursor, content scrolls down abruptly and my vi…
-
While the "cursor end" of a visual selection moves according to insertions/deletions that in the text in front of it, the "other end" (see `:h v_o`) remains static – it keeps the line and character it…
-
There no error i found
```tsx
// only component i have
import AnimatedCursor from "react-animated-cursor"
export default function App() {
return (
)
}
```
-
The behavior happens only in development mode, I've make a project build and it works correctly, but in devepment mode, how can a test it? Is not a good dev experience. Should I on each change make a …
-
Solution for errors such as: "Uncaught TypeError: Cannot destructure property 'name' of 'response.profileObj' as it is undefined."
and sanity database not updating or redirects to home failing.
**…
-
## 前言
目前,Hooks 应该是 React 中最火的概念了,在阅读这篇文章之前,希望你已经了解了基本的 Hooks 用法。
在使用 Hooks 的时候,我们可能会有很多疑惑
1. 为什么只能在函数最外层调用 Hook,不要在循环、条件判断或者子函数中调用?
2. 为什么 useEffect 第二个参数是空数组,就相当于 ComponentDidMount ,只会执行一次?…