Vladyslav Lubeznyy
Vladyslav Lubeznyy
Fix displaying union types as 'union' instead of 'string | number | boolean' For example if I have such component ``` defineProps() ``` I would expect to see this in...
@manniL Are you considering support nuxt 3?
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v18.6.0` - Nuxt Version: `3.1.1` - Nitro Version: `2.1.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `alias`,...
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v18.6.0` - Nuxt Version: `3.1.1` - Nitro Version: `2.1.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `alias`,...
### 🐛 The bug In my case there is a font-family `Test`. In build mode nothing changes. No fallback font-face. No fallback in font-family value In dev mode. No fallback...
### Reproduction link [](https://stackblitz.com/edit/antd-reproduce-5x-az6c7n?file=demo.tsx) ### Steps to reproduce 1) add a dropdown to the page https://ant.design/components/dropdown#dropdown 2) place the button that triggers the dropdown menu as close as...