Lucas Genzelis
Lucas Genzelis
Same here. I'm still using v3 because that's the latest version with types (via `@types/emoji-mart`). Are there any plans to update the types?
Thanks @mjhea0 ! Please, can you show me how to run the tests locally? I haven't been able to do so. I did a fresh clone of the repo, just...
Hey @mjhea0 ! Sorry to bug you, I just wanted to make sure you got my last message. 🙂
I created a PR, #115 , to address this proposal. I gave the new option the name `perPixelMismatchTolerance` (it's the best I could came up with.. we can't re-use `threshold`...
@mrzhouxu this is actually caused by `react-component/overflow`. Please upvote the [corresponding issue there](https://github.com/react-component/overflow/issues/6) 🙂
@vkurchatkin yes, the simplified code itself is incorrect, but I feel extremely curious as to why this happens. I mean, the component *is* re-rendering, and the value of the deps...
@eps1lon here's a [codesandbox with react 18.1](https://codesandbox.io/s/react-bug-version-4-i07iuy?file=/src/example.js:1046-1051) which still shows the bug. **Bug:** `useEffect` doesn't run when the component re-renders, even though its dependency array (`[value]`) changes. You need to...
I am not sure if this would also work on IOS, but it solved the problem for me on Android. The answer is quite simple: **NEVER** use value when rendering...
Hi! I've run into this issue too. I created a bare playground with no configuration at all, added the `no-unnecessary-type-assertion` rule, and copied the "incorrect code examples" from [the documentation](https://typescript-eslint.io/rules/no-unnecessary-type-assertion/#rule-details)....
I've wondering about this for a very long time. It'd be super helpful if callbacks refs could return a cleanup function.