Rudomanenko Volodymyr
Rudomanenko Volodymyr
There is solution -> https://stackoverflow.com/a/58122821/13801805
I had the same problem. I looked into the code and saw that on Android 2 pixels are being subtracted from the end result ```` if (Platform.OS === 'ios') {...
You can also solve this problem without patching. Prevent the menu from opening on the `pointerdown` event and instead open it on the `click` event ```javascript const [open, setOpen] =...
@robhogan, thanks, CI was the problem
I also noticed that calling setValues inside useEffects leads to infinite loop, however if you call setValues with disabled validation, then the there is no loop. ```javascript const { data...
Unfortunately if you specify `switchWidthMultipler` prop to anything except `2`, then you will face such bug. But I found workaround for it. ``` export const Toggle = () => {...
I'm encountering this too when moving folders  For note, WebStorm doesn't have such problem
@bpasero Steps to reproduce 1. Create such project structure  2. Double click `b.tsx` file 3. Click `a.tsx` 4. Close `a.tsx` 5. Try renaming `c` folder https://user-images.githubusercontent.com/18424848/235309581-be1487f0-81c2-472f-9f47-d3be545649af.mp4
@bpasero unfortunately it reproduces even without extensions https://user-images.githubusercontent.com/18424848/235316327-61a0f285-f702-4f54-a13d-29469cc83c98.mp4
@bpasero I'll try