Misha
Misha
# Bug Report Hello 👋🏻 I'm facing some strange issue with Generics. Until I specify input arguments in function all generics are inferred correctly. But as soon as I mention...
### Reproduction link [](https://codesandbox.io/s/clever-shadow-onlfou?file=/src/App.js) ### Steps to reproduce Just hover triggers and sometimes tooltips are stuck and not hidden. Seems like it happens only when I set delays...
Hello, I was testing the emoji regex and noticed that it doesn't match thumbs up emoji if it doesn't have skin color ``` const EMOJI_REGEX = require('emojibase-regex/emoji'); console.log('Match for 👍🏻...
## Bug report ### Current Behavior The tooltip becomes visible after browser tab switch https://github.com/radix-ui/primitives/assets/8783498/08a1a5e1-a2ff-45a6-a7ec-1951377c5860 ### Expected behavior Tooltip shouldn't become visible if it was hidden already (e.g. clicked on...
Hello, In my scenario items for commands menu can be added by users and that means they can use their native language. Should cmdk also take this into account when...
It looks like withColorProvider is not exported in version 3.2.2 In my node_modules I see: ``` export { Alpha$2 as Alpha, Alpha as AlphaPicker, Block$1 as BlockPicker, Checkboard, Chrome$1 as...
Hello, Just wanted to let you know that latest release contains a breaking change which was a bit hard to spot. Also it brings some API inconsistencies between components (e.g....
Hello, At the moment autoscroll fires immediately as soon as you start dragging item no matter at which direction you were dragging to. Imo this leads to strange UX I'm...
## Example bug report Something goes wrong with positions of nodes after certain size. What can be the reason? E.g. here screenshot of https://www.sigmajs.org/storybook/?path=/story/layouts--story with 2000x2000 dimensions. Everything is fine...