Rudomanenko Volodymyr

Results 26 comments of Rudomanenko Volodymyr

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] =...

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 ![image](https://user-images.githubusercontent.com/18424848/235299857-554753f8-c98b-4d26-8d7f-3ef138dba308.png) For note, WebStorm doesn't have such problem

@bpasero Steps to reproduce 1. Create such project structure ![image](https://user-images.githubusercontent.com/18424848/235309695-47899a00-8152-49f8-a184-5f7f17e99269.png) 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