Adi Unnithan

Results 6 issues of Adi Unnithan

[Storybook 6.3 introduced Vite support](https://storybook.js.org/blog/storybook-for-vite/). Vite replaces webpack for us in our toolchain, greatly improves build speed, and works great with Storybook as of 6.3. We've been running creevey for...

This is a common case I think: - two panels docked SxS - each panel has one tab in it If a user is in one panel (with the one...

Getting the `currentTabId` in `onLayoutChange` is useful, but if a tab is closing, `currentTabId` corresponds to the tab being closed. It doesn't seem like there's an easy way to get...

- `dom-testing-library` version: 3.16.4 - `react` version: 16.8.0-alpha.1 - `node` version: 8.11.3 - `npm` (or `yarn`) version: 5.6.0 ### Relevant code or config: ```js test("off-screen element not queryable", () =>...

help wanted

**Describe the bug** I am trying to get Vite + Storybook 6.3 working with some existing stories. These stories use `jest.fn()` as mocks. I previously added this in `preview.js` to...

bug
vite

The first thing I wanted to do after installing Tabli was to organize the current window I had that had tons of unrelated tabs. I know I could Cmd+N and...