Aleksei Tsikov
Aleksei Tsikov
### Plugin version v5.0.3 ### ESLint version v8.7.0 ### Node.js version v16.13.1 ### npm/yarn version pnpm v5.18.0 ### Operating system macOS Big Sur 11.6.2 ### Bug description `await waitFor` blocks...
**Describe the bug** swc returns `undefined` instead of exported const value when module is re-exported from upper-level index with circular dependencies **Input code** `src/components/A.ts` ``` js export const A =...
**Describe the bug** Button is rendered inconsistently when `buttonType: 'plain'` is used. Sometimes it still tries to include card information which results in `min-width: 240px` rule breaking narrow layouts. **To...