Harsh Vyas

Results 5 issues of Harsh Vyas

https://codesandbox.io/s/base-web-statefultooltip-forked-mkite3 ## Current Behavior When we switch tab tooltip appears on the screen unexpectedly. ## Expected Behavior Tooltip should not appear on screen if it wasn't open last time the...

Windows ![Windows_PhoneInput](https://user-images.githubusercontent.com/33412821/146880634-cd6e349b-91f2-4d3e-a543-f37f42e062ef.png) Mac In windows, country code is visible instead of flags. ## Expected Behavior The UX should be the same irrespective of the environment. ## Your Environment | Tech...

#### Describe the bug Weird behavior while resizing when one of the panes is an iframe #### To Reproduce Steps to reproduce the behavior: 1. Go to https://codesandbox.io/s/upbeat-morning-94qr7 2. Try...

### Describe the bug Sample code: ``` const s3 = new S3({}); const stream = klaw(staticAssetDirPath); const uploadQueue: Array = []; stream.on('data', ({ path, stats }) => { if (!stats.isFile())...

bug
needs-triage

Styletron currently generates and injects styles in render cycle (`css` will be used in render most of the time). Introduction of concurrent mode will lead to slowness. A detailed discussion...